mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
9 lines
159 B
Makefile
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
|