diff options
Diffstat (limited to 'sdl/mingw32')
-rw-r--r-- | sdl/mingw32 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdl/mingw32 b/sdl/mingw32 index 19e9fcd..94a935b 100644 --- a/sdl/mingw32 +++ b/sdl/mingw32 @@ -17,10 +17,10 @@ $(PROG).o: $(PROG).c math3d.h gltools.h glframe.h math3d.o: math3d.c math3d.h $(CC) -c $(CFLAGS) math3d.c - + gltools.o: gltools.c gltools.h math3d.h $(CC) -c $(CFLAGS) gltools.c - + glframe.o: glframe.c glframe.h math3d.h $(CC) -c $(CFLAGS) glframe.c |