X-Git-Url: https://git.madduck.net/etc/crontab.git/blobdiff_plain/50e72509a87b726c3665ab8ae0269d462acbecc8..c81cb5506f1ae56350f98ac6f09fbb6216fa5e86:/.crontab/Makefile diff --git a/.crontab/Makefile b/.crontab/Makefile deleted file mode 100644 index de73d90..0000000 --- a/.crontab/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -SHELL = /bin/zsh - -CRONTAB: $(shell setopt extended_glob && echo base *~base~CRONTAB~Makefile~.gitignore) - for f in $^; do \ - echo "### from file '$$f'"; \ - cat $$f; \ - echo; \ - done > $@ - crontab - < $@ - -clean: - rm -f CRONTAB -.PHONY: clean