X-Git-Url: https://git.madduck.net/etc/crontab.git/blobdiff_plain/d1d69a9681c1a2e247cb482d47809f1d6b74f24b..4642a87017c84108a10dec13bf43127057cbcd3b:/.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