]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - Makefile
Make objcopy call less verbose
[proxmark3-svn] / Makefile
diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..2c95cc1
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,20 @@
+include common/Makefile.common
+
+ifeq ($(DETECTED_OS),Linux)
+HOST_BINARY=linux
+else
+HOST_BINARY=winsrc
+endif
+
+all clean: %:
+       $(MAKE) -C bootrom $@
+       $(MAKE) -C armsrc $@
+       $(MAKE) -C $(HOST_BINARY) $@
+
+.PHONY: all clean help
+help:
+       @echo Multi-OS Makefile, you are running on $(DETECTED_OS)
+       @echo Possible targets:
+       @echo + all   - Make bootrom, armsrc and the OS-specific host directory 
+       @echo + clean - Clean in bootrom, armsrc and the OS-specific host directory
+       
\ No newline at end of file
Impressum, Datenschutz