OpenGL-Cloth/makefile

3 lines
87 B
Makefile

cloth : cloth.c
gcc cloth.c -std=gnu99 -o cloth -Iinclude -Llib -lGL -lGLU -lglfw -lm