summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 86b8c03..fe7e800 100644
--- a/Makefile
+++ b/Makefile
@@ -66,12 +66,13 @@ RM = @rm -f
build : $(BUILD)
-install : build $(INSTALLED)
+install : build $(INSTALLED) /var/spool/cron/$(USER)
@for dir in $(EMPTYDIRS); do mkdir -p $(INTO)/$$dir; done
$(ECHO) Installed into $(INTO)
clean :
$(ECHO) Cleaning from $(INTO)
+ @crontab -d
$(RM) $(BUILD) $(INSTALLED)
$(INTO)/.% : %