summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-10-02 12:53:54 -0400
committerSam Anthony <sam@samanthony.xyz>2024-10-02 12:53:54 -0400
commit9ade04722dd351c3f42cd98be28fc255043b3030 (patch)
tree3aced80bf9cc9fb4160e2fab1ad7afa2d5b45df9 /Makefile
parent2c54c155c9dc92c62881998c055bce17beddbe4f (diff)
downloadballs-9ade04722dd351c3f42cd98be28fc255043b3030.zip
multiple balls
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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