From 5d5875499f8f471d8748b6e04c1438edc9963bb9 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 11 May 2017 16:48:57 -0400 Subject: add fps timer, openmp --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3