diff options
author | Paul Duncan <pabs@pablotron.org> | 2017-05-11 16:48:57 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2017-05-11 16:48:57 -0400 |
commit | 5d5875499f8f471d8748b6e04c1438edc9963bb9 (patch) | |
tree | 4536c384767b21fbfdafa174ffec2cc20e91f4c8 /Makefile | |
parent | 62055dc7863169ad5522bfc2b9fb4fa3ac6c6d1f (diff) | |
download | compute-test-5d5875499f8f471d8748b6e04c1438edc9963bb9.tar.bz2 compute-test-5d5875499f8f471d8748b6e04c1438edc9963bb9.zip |
add fps timer, openmp
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ -CFLAGS=-std=c11 -W -Wall -pedantic -O2 +CFLAGS=-std=c11 -fopenmp -W -Wall -pedantic -O2 APP=compute-test -LIBS=-lSDL2 -lGLEW -lGL +LIBS=-fopenmp -lSDL2 -lGLEW -lGL OBJS=main.o .PHONY=all clean test |