]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - Makefile
fix OS detection, libgcc detection
[proxmark3-svn] / Makefile
index 287dc0418101e88f00fa87c0d9ada7d68b04ed1c..bb0d558948d62cef5e84b6c6f302cfca704aab52 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,21 +1,13 @@
 include common/Makefile.common
 
-ifeq ($(DETECTED_OS),Linux)
-HOST_BINARY=linux
-else
-HOST_BINARY=winsrc
-endif
-
-all clean: %: bootrom/% armsrc/% $(HOST_BINARY)/%
+all clean: %: bootrom/% armsrc/% client/%
 
 bootrom/%: FORCE
        $(MAKE) -C bootrom $(patsubst bootrom/%,%,$@)
 armsrc/%: FORCE
        $(MAKE) -C armsrc $(patsubst armsrc/%,%,$@)
-linux/%: FORCE
-       $(MAKE) -C linux $(patsubst linux/%,%,$@)
-winsrc/%: FORCE
-       $(MAKE) -C winsrc $(patsubst winsrc/%,%,$@)
+client/%: FORCE
+       $(MAKE) -C client $(patsubst client/%,%,$@)
 FORCE: # Dummy target to force remake in the subdirectories, even if files exist (this Makefile doesn't know about the prerequisites)
 
 
Impressum, Datenschutz