summaryrefslogtreecommitdiff
path: root/.i3
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2016-01-15 10:08:00 +0000
committerUrbain Vaes <urbain@vaes.uk>2016-01-15 10:08:00 +0000
commit2dc9d4299442280e9e2b386de66507edc3d7b681 (patch)
treee8c5f89fc508bad1e61f152b774103a574396c56 /.i3
parentf6b127215458a80424453d931e1d41a516f528bd (diff)
Simplify install script
Diffstat (limited to '.i3')
-rw-r--r--.i3/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/.i3/Makefile b/.i3/Makefile
deleted file mode 100644
index ccbbffa..0000000
--- a/.i3/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-HOME=/home/urbain
-TARGET=$(HOME)/.config/i3
-
-$(TARGET) :
- rm -f $@ && ln -s $(PWD) $@
-
-clean :
- rm -f $(TARGETS)