From d3decc8d48e8007aae6e4efdeb98dc6166987768 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Fri, 12 May 2017 17:48:40 -0400 Subject: add init_particles(), use SSBO --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3