OpenGL-Cloth/makefile

3 lines
71 B
Makefile
Raw Permalink Normal View History

2013-04-01 16:19:07 -07:00
cloth : cloth.c
gcc cloth.c -std=gnu99 -o cloth -lGL -lGLU -lglfw -lm