summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--mingw322
2 files changed, 2 insertions, 2 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
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