world_of_cow/Makefile
2023-07-03 18:40:28 +03:00

5 lines
72 B
Makefile

build:
gcc mmn_17.c -lglut -lGL -lGLU -lm -o mmn_17
clean:
rm mmn_17