summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f198a9a..d9d9578 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ $(PROG): $(OBJS)
$(PROG).o: $(PROG).c math3d.h
$(CC) -c $(CFLAGS) $(SDL_CFLAGS) $(SDL_image_CFLAGS) $(PROG).c
-
+
math3d.o: math3d.c math3d.h
$(CC) -c $(CFLAGS) math3d.c