diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index b61dcb6..0000000 --- a/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -# A makefile again just because typing "make" feels more comfortable -# than typing "./auto.sh" - -.PHONY: % tomorrow - -tomorrow: - sh ./auto.sh $(shell date -d tomorrow '+%Y-%m-%d') - -%: - sh ./auto.sh $@ |