From 49751d69498c265cb46f6cce5033367ae39c5e91 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 2 Oct 2024 11:42:40 -0400 Subject: animate --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index be1b32b..8bd89f1 100644 --- a/Makefile +++ b/Makefile @@ -2,9 +2,9 @@ CC = g++ CFLAGS = -Wall -pedantic LDFLAGS = -ltbb -lglut -lGLU -lGL -balls: balls.o +balls: balls.o collision.o ${CC} -o $@ $^ ${LDFLAGS} @echo done -%.o: %.cpp +%.o: %.cpp balls.h ${CC} -c ${CFLAGS} $< \ No newline at end of file -- cgit v1.2.3