summaryrefslogtreecommitdiff
path: root/.i3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '.i3/Makefile')
-rw-r--r--.i3/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/.i3/Makefile b/.i3/Makefile
new file mode 100644
index 0000000..ccbbffa
--- /dev/null
+++ b/.i3/Makefile
@@ -0,0 +1,8 @@
+HOME=/home/urbain
+TARGET=$(HOME)/.config/i3
+
+$(TARGET) :
+ rm -f $@ && ln -s $(PWD) $@
+
+clean :
+ rm -f $(TARGETS)