]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - Makefile
en4rab fixed the 'data samples' command
[proxmark3-svn] / Makefile
index 3b01b8864345f150677d28da08e6c2566d847067..c5deed956b0730f3f8501548777b52c505687eb2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,8 @@
 include common/Makefile.common
 
-all clean: %: bootrom/% armsrc/% client/%
+GZIP=gzip
+
+all clean: %: bootrom/% armsrc/% client/% recovery/%
 
 bootrom/%: FORCE
        $(MAKE) -C bootrom $(patsubst bootrom/%,%,$@)
@@ -8,6 +10,8 @@ armsrc/%: FORCE
        $(MAKE) -C armsrc $(patsubst armsrc/%,%,$@)
 client/%: FORCE
        $(MAKE) -C client $(patsubst client/%,%,$@)
+recovery/%: FORCE
+       $(MAKE) -C recovery $(patsubst recovery/%,%,$@)
 FORCE: # Dummy target to force remake in the subdirectories, even if files exist (this Makefile doesn't know about the prerequisites)
 
 
@@ -41,5 +45,12 @@ flash-both: armsrc/obj/osimage.elf armsrc/obj/fpgaimage.elf $(FLASH_TOOL)
 flash-all: bootrom/obj/bootrom.elf armsrc/obj/osimage.elf armsrc/obj/fpgaimage.elf $(FLASH_TOOL)
        $(FLASH_TOOL) -b $(subst /,$(PATHSEP),$(filter-out $(FLASH_TOOL),$^))
 
+newtarbin:
+       $(DELETE) proxmark3-$(platform)-bin.tar proxmark3-$(platform)-bin.tar.gz
+       @touch proxmark3-$(platform)-bin.tar
+
+tarbin: newtarbin client/tarbin armsrc/tarbin bootrom/tarbin
+       $(GZIP) proxmark3-$(platform)-bin.tar
+
 # Dummy target to test for GNU make availability
 _test:
Impressum, Datenschutz