OpenGL-Cloth/makefile

3 lines
71 B
Makefile

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