create target for binary file archive (linux version)

This commit is contained in:
adam@algroup.co.uk 2010-05-09 12:17:42 +00:00
commit bd84638614
5 changed files with 33 additions and 4 deletions

View 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