diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
