Archived
1
0
Fork 0
This repository has been archived on 2020-02-13. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
cosmos/asset/Makefile
2013-11-24 23:38:23 +01:00

14 lines
373 B
Makefile

all: ../data/sprites.json ../images/sprites.png ../images/tiles.png
../data/sprites.json: sprites/*.png
spriter sprites/
mv sprites.json ../data/
rm -f sprites.png
../images/sprites.png: sprites/*.png
spriter sprites/
rm -f sprites.json
mv sprites.png ../images/
../images/tiles.png: tiles/*.png
montage -tile 1x -geometry 24x24+0+0 -background Transparent $^ $@