From 665eaea830886d8b9aa655e526714e125ce1efce Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Fri, 9 Feb 2024 20:25:51 +0100 Subject: sway conf --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 272d55a..1a5cd13 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ endef TARGETS := linux/tmux.conf \ Common/zshrc \ linux/qtile/config/config.py \ + linux/sway/config \ linux/sway/autostart \ linux/sway/hid @@ -30,10 +31,7 @@ linux/qtile/config/config.py: linux/qtile/config/config.py.m4 \ ${M4_COMMON_DEPS} $(call M4_EXEC) -linux/sway/autostart: linux/sway/autostart.m4 \ +linux/sway/%: linux/sway/%.m4 \ ${M4_COMMON_DEPS} $(call M4_EXEC) -linux/sway/hid: linux/sway/hid.m4 \ - ${M4_COMMON_DEPS} - $(call M4_EXEC) -- cgit v1.2.3