Add files via upload

This commit is contained in:
Nils Berglund 2023-08-28 19:22:49 +02:00 committed by GitHub
parent 3fe7e40b4d
commit ca83ff16e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

4
makefile Normal file
View File

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