]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - common/Makefile.common
create target for binary file archive (linux version)
[proxmark3-svn] / common / Makefile.common
index 077fc2822df8f5862142bf341a7b79f4db200520..0e3bdd1ebfc7ce6289456684f98558bcb87d2b5d 100644 (file)
@@ -15,6 +15,9 @@
 
 # Make sure that all is the default target
 # (The including Makefile still needs to define what 'all' is)
+
+platform = $(shell uname)
+
 all:
 
 CROSS  ?= arm-eabi-
@@ -27,6 +30,9 @@ OBJDIR        = obj
 
 INCLUDE = -I../include -I../common
 
+TAR=tar
+TARFLAGS = -C .. -rvf
+
 # Windows' echo echos its input verbatim, on Posix there is some
 #  amount of shell command line parsing going on. echo "" on 
 #  Windows yields literal "", on Linux yields an empty line
Impressum, Datenschutz