aboutsummaryrefslogtreecommitdiffstats
path: root/autoscan/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'autoscan/Makefile')
-rw-r--r--autoscan/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/autoscan/Makefile b/autoscan/Makefile
new file mode 100644
index 0000000..0c13c1c
--- /dev/null
+++ b/autoscan/Makefile
@@ -0,0 +1,8 @@
+all:
+ @echo "noting to do"
+
+tests:
+ make -C tests/
+
+.PHONY: tests
+