From 73a4a9569041c984416466aacb42be2d8868dad3 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 29 Oct 2024 20:16:06 -0400 Subject: ball-ball collisions (untested) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1c7b23a..49b04ef 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 +SRC = balls.c sysfatal.c geo.c rand.c partition.c OBJ = ${SRC:.c=.o} balls: ${OBJ} -- cgit v1.2.3