aboutsummaryrefslogtreecommitdiffstats
path: root/base/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-07-25 14:57:57 +0200
committerMattias Andrée <maandree@kth.se>2021-07-25 14:57:57 +0200
commitc68f44677240cd4d777993494e2e9a7327c08e63 (patch)
tree1eb2ebf97bb085fc5ab122f6ccad02fb3a0a9f8b /base/Makefile
parentFix previous commit (diff)
downloaddotfiles-c68f44677240cd4d777993494e2e9a7327c08e63.tar.gz
dotfiles-c68f44677240cd4d777993494e2e9a7327c08e63.tar.bz2
dotfiles-c68f44677240cd4d777993494e2e9a7327c08e63.tar.xz
Add xinitrc script for dbus and add new-c-proj command
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--base/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/Makefile b/base/Makefile
index 083eb91..365bde6 100644
--- a/base/Makefile
+++ b/base/Makefile
@@ -35,6 +35,7 @@ install:
test ! -d ~/.local/bin/iswork
test -x /bin/false
ln -sf -- /bin/false ~/.local/bin/iswork
+ ln -sf ~/.dotfiles/base/new-c-proj ~/.local/bin/
test ! -r ../.secrets/bin/Makefile || make -C ../.secrets/bin install
uninstall:
@@ -45,6 +46,7 @@ uninstall:
-unlink -- ~/.config/geolocation
-unlink -- ~/.config/metar
-unlink -- ~/.local/bin/iswork
+ -unlink -- ~/.local/bin/new-c-proj
-test ! -r ../.secrets/bin/Makefile || make -C ../.secrets/bin uninstall
.PHONY: install uninstall