From 47cc0c0fbdee07e228ff6dabb317da93382753ac Mon Sep 17 00:00:00 2001 From: Russ Handorf Date: Sat, 4 Feb 2017 21:11:39 -0500 Subject: [PATCH] trying to fix make for hak5 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.17.1