cyclone/examples/game-of-life-png/Makefile
2016-04-19 00:22:25 -04:00

5 lines
62 B
Makefile

all:
gcc write-png.c -g -lpng
clean:
rm -f a.out *.o *.png