diff options
author | Mattias Andrée <maandree@kth.se> | 2021-07-25 14:57:57 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-07-25 14:57:57 +0200 |
commit | c68f44677240cd4d777993494e2e9a7327c08e63 (patch) | |
tree | 1eb2ebf97bb085fc5ab122f6ccad02fb3a0a9f8b /base/Makefile | |
parent | Fix previous commit (diff) | |
download | dotfiles-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 'base/Makefile')
-rw-r--r-- | base/Makefile | 2 |
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 |