aboutsummaryrefslogtreecommitdiffstats
path: root/autoscan/Makefile
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-07-22 03:23:01 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-07-22 03:23:01 +0200
commitc16a1c3b6f1fdacf2ad365ff2a35252d7eb73c4e (patch)
tree557b3b788a8597859dee143e2fcae94a967463d2 /autoscan/Makefile
parentautoscan - automatic fingerprint of visited networks (diff)
downloadlaurent-tools-c16a1c3b6f1fdacf2ad365ff2a35252d7eb73c4e.tar.xz
laurent-tools-c16a1c3b6f1fdacf2ad365ff2a35252d7eb73c4e.zip
autoscan: some code and add tests
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
+