cyclone/examples/game-of-life-png/Makefile
2016-04-19 03:28:08 -04:00

9 lines
159 B
Makefile

all:
gcc write-png.c -g -lpng
clean:
rm -f a.out *.o *.png
convert:
convert -resize 400x test.png out.png
# convert -delay 120 -loop 0 *.png animated.gif