mirror of
https://github.com/dh1tw/iso-country-flags-svg-collection-1.git
synced 2025-12-06 03:42:01 +01:00
added local makefile.
This commit is contained in:
parent
9c4828c469
commit
add9c8a733
3
Makefile
3
Makefile
|
|
@ -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
2
Makefile.local
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
local:
|
||||||
|
#@echo "Skipping Makefile.local target." # add your build stuff here
|
||||||
Loading…
Reference in a new issue