content/hifi-content/brosche/DraftDomain/flare_20120324/flare/makefile
2022-02-13 21:50:01 +01:00

12 lines
267 B
Makefile

PACKAGEDIR=flare
all: preview package
preview:
montage *.png -geometry +0+0 -background grey0 preview.jpg
package:
# tar -czf ../$(PACKAGEDIR)_$(shell date +%Y%m%d).tar.gz ../$(PACKAGEDIR)
cd ..; zip -r $(PACKAGEDIR)_$(shell date +%Y%m%d).zip $(PACKAGEDIR)/*