YouTube-simulations/makefile

5 lines
99 B
Makefile

LIBS = -L/usr/X11R6/lib -ltiff -lm -lGL -lGLU -lX11 -lglut -fopenmp
.c:
gcc -o $@ $< -O3 $(LIBS)