added local makefile.

This commit is contained in:
Jakob Flierl 2011-12-18 19:33:44 +01:00
parent 9c4828c469
commit add9c8a733
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
all: png-country-4x2 png-country-squared all: local png-country-4x2 png-country-squared
png-country-4x2: svg-country-4x2 png-country-4x2: svg-country-4x2
scripts/png-country-4x2.sh scripts/png-country-4x2.sh
@ -20,3 +20,4 @@ clean:
/bin/rm -rvf build/png-*/res-* /bin/rm -rvf build/png-*/res-*
/bin/rm -rvf build/xplanet /bin/rm -rvf build/xplanet
include Makefile.local

2
Makefile.local Normal file
View file

@ -0,0 +1,2 @@
local:
#@echo "Skipping Makefile.local target." # add your build stuff here