trying to fix make for hak5
authorRuss Handorf <rhandorf@handorf.org>
Sun, 5 Feb 2017 02:11:39 +0000 (21:11 -0500)
committerRuss Handorf <rhandorf@handorf.org>
Sun, 5 Feb 2017 02:11:39 +0000 (21:11 -0500)
Makefile

index 5c9eca1..0e197e1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,3 +8,6 @@ subsystem:
 clean:
        rm -rf client-wifi/client-c/*.o 
        rm -rf client-wifi/client-c/soho-sigint-wifi
+
+all:
+       cd client-wifi/client-c/ && $(MAKE)