aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorjakobst1n <jakob.stendahl@outlook.com>2024-02-09 20:25:51 +0100
committerjakobst1n <jakob.stendahl@outlook.com>2024-02-09 20:25:51 +0100
commit665eaea830886d8b9aa655e526714e125ce1efce (patch)
tree95e73b98b14fb7d8842c28d37c0f34800564691a /Makefile
parentb9782052198f472bb1d7f2da904790b3d2abde59 (diff)
downloaddotfiles-665eaea830886d8b9aa655e526714e125ce1efce.tar.gz
dotfiles-665eaea830886d8b9aa655e526714e125ce1efce.zip
sway conf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
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)