summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKyle K <kylek389@gmail.com>2011-01-17 20:44:11 -0600
committerKamil Kaminski <kamilkss@gmail.com>2011-01-17 20:44:11 -0600
commit57f42275ae8083c71f586c9937eac2966a9520f3 (patch)
tree2789c1ca446dcea29a7d42a6d63cc3a99f438583
parent198feab3c8edd9bc6863cf7a8d7484331fcb3ec4 (diff)
downloadOBJLoader-57f42275ae8083c71f586c9937eac2966a9520f3.tar.gz
OBJLoader-57f42275ae8083c71f586c9937eac2966a9520f3.tar.bz2
OBJLoader-57f42275ae8083c71f586c9937eac2966a9520f3.zip
kill unneeded tabs
-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