X-Git-Url: https://git.madduck.net/etc/crontab.git/blobdiff_plain/d1d69a9681c1a2e247cb482d47809f1d6b74f24b..c5b3ea763f5b6bb2f34e45736bf5af68ad5aab5b:/.crontab.d/Makefile diff --git a/.crontab.d/Makefile b/.crontab.d/Makefile index 64485ae..988fd25 100644 --- a/.crontab.d/Makefile +++ b/.crontab.d/Makefile @@ -7,6 +7,7 @@ CRONTAB: $(shell setopt extended_glob && echo base *~(base|CRONTAB|Makefile|.git echo; \ done > $@ crontab - < $@ +.PHONY: CRONTAB clean: rm -f CRONTAB