diff options
| author | Sam Anthony <sam@samanthony.xyz> | 2024-10-28 11:09:12 -0400 |
|---|---|---|
| committer | Sam Anthony <sam@samanthony.xyz> | 2024-10-28 11:09:12 -0400 |
| commit | 93a3f005480effe48513e7bc81161db1adc43f32 (patch) | |
| tree | 64eeca36d8fc5c26663212db9210bc86d63dcd52 /Makefile | |
| parent | 613c6f7390cfc85a440b8aef3ec6e9d88529e526 (diff) | |
| download | balls-93a3f005480effe48513e7bc81161db1adc43f32.zip | |
move
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 +SRC = balls.c sysfatal.c geo.c rand.c OBJ = ${SRC:.c=.o} balls: ${OBJ} |