aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 76fb5aa..9ddf943 100644
--- a/Makefile
+++ b/Makefile
@@ -24,4 +24,9 @@ install: $(TARGET)
uninstall:
rm -f $(PREFIX)/bin/$(TARGET)
+config.h:
+ @cp config.def.h config.h
+ @echo "config.h created from config.def.h, edit it with your preferred configuration then run make again"
+ @exit 1
+
.PHONY: all clean run