diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | mingw32 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |