mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
5 lines
62 B
Makefile
5 lines
62 B
Makefile
all:
|
|
gcc write-png.c -g -lpng
|
|
|
|
clean:
|
|
rm -f a.out *.o *.png
|