From: martin f. krafft Date: Mon, 6 Jul 2009 08:57:17 +0000 (+0200) Subject: make CRONTAB phony X-Git-Url: https://git.madduck.net/etc/crontab.git/commitdiff_plain/c5b3ea763f5b6bb2f34e45736bf5af68ad5aab5b make CRONTAB phony --- 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