From: Russ Handorf Date: Sun, 5 Feb 2017 02:11:39 +0000 (-0500) Subject: trying to fix make for hak5 X-Git-Url: https://handorf.org/code/?p=soho-sigint.git;a=commitdiff_plain;h=47cc0c0fbdee07e228ff6dabb317da93382753ac;hp=54f9c8f6bad8aeff7c20d6c5d709ad4316f8a1a9 trying to fix make for hak5 --- diff --git a/Makefile b/Makefile index 5c9eca1..0e197e1 100644 --- 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)