aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile10
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 $@