6 lines
72 B
Makefile
6 lines
72 B
Makefile
|
build:
|
||
|
gcc mmn_17.c -lglut -lGL -lGLU -lm -o mmn_17
|
||
|
|
||
|
clean:
|
||
|
rm mmn_17
|