git @ Cat's Eye Technologies Illgol-Grand-Mal / master 2. Illgola-2 / src / Makefile
master

Tree @master (Download .tar.gz)

Makefile @masterraw · history · blame

1
2
3
4
5
6
7
illgola2 : illgola2.o
	gcc -o illgola2.exe illgola2.o
illgola2.o : illgola2.c
	gcc -c -x c illgola2.c
clean :
	del *.exe
	del *.o