diff options
| author | Arslaan Pathan <[email protected]> | 2026-03-26 20:35:16 +1300 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-03-26 20:35:16 +1300 |
| commit | ebf52e6353c842cc7a9ec6a8f93813d7bd7f339f (patch) | |
| tree | 833bdcd05c8939c237fda7fe4fbd6015794bf85a /Makefile | |
| parent | 57eaa71562fe5c07e70553036502bbf043023259 (diff) | |
| download | cinnamon-browser-ebf52e6353c842cc7a9ec6a8f93813d7bd7f339f.tar.xz cinnamon-browser-ebf52e6353c842cc7a9ec6a8f93813d7bd7f339f.zip | |
Some refactoring, Cinnamon struct, defconfig rather than just config
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 |
