summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2017-05-12 17:48:40 -0400
committerPaul Duncan <pabs@pablotron.org>2017-05-12 17:48:40 -0400
commitd3decc8d48e8007aae6e4efdeb98dc6166987768 (patch)
treee352da969dd9e15d1584181f0d3c6dadcd64b523 /Makefile
parentdb9386f3c59112867784dc448089d88b9e2186aa (diff)
downloadcompute-test-d3decc8d48e8007aae6e4efdeb98dc6166987768.tar.bz2
compute-test-d3decc8d48e8007aae6e4efdeb98dc6166987768.zip
add init_particles(), use SSBO
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0f7b3a..7ef6f8d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
CFLAGS=-std=c11 -fopenmp -W -Wall -pedantic -O2
APP=compute-test
-LIBS=-fopenmp -lSDL2 -lGLEW -lGL
+LIBS=-fopenmp -lSDL2 -lGLEW -lGL -lcrypto
OBJS=main.o
.PHONY=all clean test