summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Christian Pohle2020-02-02 16:07:37 +0100
committerMax Christian Pohle2020-02-02 16:07:37 +0100
commit0f5a68c2c6e15216f9357dd80310ee65a1dc6245 (patch)
treed93887b6a1ea6360bf4fd39a006090e7e89b27c9 /Makefile
parent72821c3fa130753100088177a09a730abe39ba6b (diff)
downloadsway-0f5a68c2c6e15216f9357dd80310ee65a1dc6245.tar.bz2
sway-0f5a68c2c6e15216f9357dd80310ee65a1dc6245.zip
playing aroundstaging
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0aacfa7
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,3 @@
1all:
2 cat [0-9]*.conf > config
3 swaymsg reload
..