From 9ade04722dd351c3f42cd98be28fc255043b3030 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 2 Oct 2024 12:53:54 -0400 Subject: multiple balls --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b4e8116..ed96b3c 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 +balls: balls.o collision.o geometry.o rand.o ${CC} -o $@ $^ ${LDFLAGS} @echo done -- cgit v1.2.3