From 128853b935b2614335c00d79357d9d5973093eb0 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 16 Mar 2014 17:04:01 +0100 Subject: [PATCH] crontab.d/Makefile: add, runs ./setup.sh --- crontab.d/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 crontab.d/Makefile diff --git a/crontab.d/Makefile b/crontab.d/Makefile new file mode 100644 index 0000000..23d5991 --- /dev/null +++ b/crontab.d/Makefile @@ -0,0 +1,4 @@ +all: + @./setup.sh + +.PHONY: all -- 2.44.1