diff options
author | Paul Duncan <pabs@pablotron.org> | 2017-05-13 17:20:58 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2017-05-13 17:20:58 -0400 |
commit | f2403df8184b4fc49b02e5ab4c9e34b02545f876 (patch) | |
tree | 0381d4442b51fcda9c4c23e6cf0c117cb2578a34 /Makefile | |
parent | 37ec9ef469a20a934ca094e028ff764685eb253f (diff) | |
download | compute-test-f2403df8184b4fc49b02e5ab4c9e34b02545f876.tar.bz2 compute-test-f2403df8184b4fc49b02e5ab4c9e34b02545f876.zip |
cleanups, more tests
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS=-std=c11 -fopenmp -W -Wall -pedantic -O2 +CFLAGS=-std=c11 -fopenmp -W -Wall -pedantic -g APP=compute-test LIBS=-fopenmp -lSDL2 -lGLEW -lGL -lcrypto OBJS=main.o |