summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-08-27 03:05:11 -0400
committerJesse Luehrs <doy@tozt.net>2013-08-27 03:08:22 -0400
commit4e91df75945a2390819a6243a39cd4dae7f2a3d0 (patch)
tree0b1c1227d6f24794fec4893d7054a1e19281bdcf /Makefile
parent84d9f252092e05743be1efc4e9062509d30adb55 (diff)
downloadconf-4e91df75945a2390819a6243a39cd4dae7f2a3d0.tar.gz
conf-4e91df75945a2390819a6243a39cd4dae7f2a3d0.zip
display a cached version of the weather in i3bar
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)/.% : %