summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
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)