mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
create target for binary file archive (linux version)
This commit is contained in:
parent
3612a8a8e2
commit
bd84638614
5 changed files with 33 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue