From daf29651a188a06041ed6d238f7f1b7ab2f5bd9a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 13 Nov 2024 12:48:33 -0500 Subject: refactor cl initialization --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c4e03a8..170ace4 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = gcc CFLAGS = -std=c99 -Wall -pedantic -Wno-deprecated-declarations LDFLAGS = -lGLEW -lGL -lX11 -lGLU -lOpenGL -lOpenCL -lglut -lGLX -SRC = balls.c sysfatal.c geo.c rand.c partition.c gl.c io.c +SRC = balls.c sysfatal.c geo.c rand.c partition.c gl.c io.c cl.c OBJ = ${SRC:.c=.o} balls: ${OBJ} -- cgit v1.2.3