From 3368a43c88d5fed75883c5ebd692e41c71556d15 Mon Sep 17 00:00:00 2001 From: horus_arch Date: Fri, 2 Sep 2016 17:46:01 +0200 Subject: Add target rebuild to Makefile. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index ef68255..9936e96 100644 --- a/Makefile +++ b/Makefile @@ -28,6 +28,8 @@ serve: restart: kill run @echo "Restartet $(APP)" +rebuild: kill build run + config: $(SOURCE_DIR)/$(APP) -genconfig $(CONFIG_FILE) -- cgit v1.2.3