diff options
Diffstat (limited to 'rotd/Makefile')
-rw-r--r-- | rotd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/rotd/Makefile b/rotd/Makefile index a292658..4669891 100644 --- a/rotd/Makefile +++ b/rotd/Makefile @@ -1,5 +1,4 @@ .POSIX: -include ../common.mk install: test -d config @@ -12,6 +11,5 @@ install: fi uninstall: + +! ../check-installed rotd -unlink -- ~/.config/rotd - -.PHONY: install uninstall |