From ebf52e6353c842cc7a9ec6a8f93813d7bd7f339f Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 26 Mar 2026 20:35:16 +1300 Subject: Some refactoring, Cinnamon struct, defconfig rather than just config --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3