diff options
author | Urbain Vaes <urbain@vaes.uk> | 2015-12-17 17:18:50 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2015-12-17 17:18:50 +0000 |
commit | 64cfb306cc543fd28d2cb3ce7adadad15a8d96e6 (patch) | |
tree | 1ede5f14e0aff188c519ad90b1c089bd2daa9a04 /.i3/Makefile | |
parent | 415a4dc20bfb27fd041b1c4e03af1425e114a58a (diff) |
Restore initial version of script
Diffstat (limited to '.i3/Makefile')
-rw-r--r-- | .i3/Makefile | 8 |
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) |