summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--config.def.h (renamed from config.h)0
2 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f4018cb..29d30a1 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,9 @@ xdg-shell-protocol.c:
xdg-shell-protocol.o: xdg-shell-protocol.h
+config.h: | config.def.h
+ cp config.def.h $@
+
dwl.o: config.h xdg-shell-protocol.h
dwl: xdg-shell-protocol.o
diff --git a/config.h b/config.def.h
index c6953e6..c6953e6 100644
--- a/config.h
+++ b/config.def.h