From 57f42275ae8083c71f586c9937eac2966a9520f3 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Mon, 17 Jan 2011 20:44:11 -0600 Subject: kill unneeded tabs --- Makefile | 2 +- mingw32 | 2 +- 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 -- cgit v1.2.3