X-Git-Url: https://git.madduck.net/etc/crontab.git/blobdiff_plain/c81cb5506f1ae56350f98ac6f09fbb6216fa5e86..ef0e67a2885bb939854d30da2f64421218f824e5:/.crontab.d/Makefile diff --git a/.crontab.d/Makefile b/.crontab.d/Makefile index de73d90..15fb79c 100644 --- a/.crontab.d/Makefile +++ b/.crontab.d/Makefile @@ -1,6 +1,6 @@ SHELL = /bin/zsh -CRONTAB: $(shell setopt extended_glob && echo base *~base~CRONTAB~Makefile~.gitignore) +CRONTAB: $(shell setopt extended_glob && echo base *~(base|CRONTAB|Makefile|.gitignore)(N) for f in $^; do \ echo "### from file '$$f'"; \ cat $$f; \