summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 46cebbd..f0f7b3a 100644
--- a/Makefile
+++ b/Makefile
@@ -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