summaryrefslogtreecommitdiffstats
path: root/mingw32
diff options
context:
space:
mode:
Diffstat (limited to 'mingw32')
-rw-r--r--mingw322
1 files changed, 1 insertions, 1 deletions
diff --git a/mingw32 b/mingw32
index f5c86f2..d9a69e4 100644
--- a/mingw32
+++ b/mingw32
@@ -14,7 +14,7 @@ $(PROG): $(OBJS)
$(PROG).o: $(PROG).c math3d.h
$(CC) -c $(CFLAGS) $(PROG).c
-
+
math3d.o: math3d.c math3d.h
$(CC) -c $(CFLAGS) math3d.c