summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5afb7c7..377360d 100644
--- a/Makefile
+++ b/Makefile
@@ -49,14 +49,16 @@ RM = @rm -f
build : $(BUILD)
-install : build $(INSTALLED)
+install : build $(INSTALLED) /var/spool/cron/$(USER)
$(MKDIR) $(INTO)/.ssh
$(LN) $(PWD)/authorized_keys $(INTO)/.ssh/
+ @crontab crontab
$(ECHO) Installed into $(HOME)
clean :
$(ECHO) Cleaning from $(HOME)
$(RM) $(BUILD) $(INSTALLED) $(INTO)/.ssh/authorized_keys
+ @crontab -d
$(INTO)/.% : %
@[ ! -f $@ ] || readlink -q $@ || mv -f $@ $@.bak