summaryrefslogtreecommitdiff
path: root/.config/hypr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '.config/hypr/Makefile')
-rw-r--r--.config/hypr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/hypr/Makefile b/.config/hypr/Makefile
new file mode 100644
index 0000000..f091ebc
--- /dev/null
+++ b/.config/hypr/Makefile
@@ -0,0 +1,4 @@
+all: hyprland.conf
+
+hyprland.conf: macros.m4 hyprland.conf.in
+ m4 macros.m4 hyprland.conf.in >$@