From baef318193316fc365ba4b0a559c387d96b4305a Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 2 Oct 2024 16:31:31 -0400 Subject: refactor --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ed96b3c..aac8508 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC = g++ CFLAGS = -Wall -pedantic LDFLAGS = -ltbb -lglut -lGLU -lGL -balls: balls.o collision.o geometry.o rand.o +balls: balls.o collision.o point.o vec.o ${CC} -o $@ $^ ${LDFLAGS} @echo done -- cgit v1.2.3