aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-03-26 20:35:16 +1300
committerArslaan Pathan <[email protected]>2026-03-26 20:35:16 +1300
commitebf52e6353c842cc7a9ec6a8f93813d7bd7f339f (patch)
tree833bdcd05c8939c237fda7fe4fbd6015794bf85a /Makefile
parent57eaa71562fe5c07e70553036502bbf043023259 (diff)
downloadcinnamon-browser-ebf52e6353c842cc7a9ec6a8f93813d7bd7f339f.tar.xz
cinnamon-browser-ebf52e6353c842cc7a9ec6a8f93813d7bd7f339f.zip
Some refactoring, Cinnamon struct, defconfig rather than just config
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