summaryrefslogtreecommitdiff
path: root/src/zlib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/zlib/Makefile')
-rw-r--r--src/zlib/Makefile42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/zlib/Makefile b/src/zlib/Makefile
index 21bd6cf37..7ba1cb382 100644
--- a/src/zlib/Makefile
+++ b/src/zlib/Makefile
@@ -1,21 +1,21 @@
-
-OBJS = unzip.o ioapi.o
-
-ifeq ($(findstring MINGW,$(CFLAGS)), MINGW)
- OBJS += iowin32.o
-endif
-
-.c.o:
- $(CC) -c $(CFLAGS) $*.c
-
-all: unz.o
-
-unz.o: $(OBJS)
- ar rcs $@ $(OBJS)
-
-clean:
- rm -f *.o
-
-# DO NOT DELETE
-ioapi.o: ioapi.h
-unzip.o: unzip.h ioapi.h crypt.h
+
+OBJS = unzip.o ioapi.o
+
+ifeq ($(findstring MINGW,$(CFLAGS)), MINGW)
+ OBJS += iowin32.o
+endif
+
+.c.o:
+ $(CC) -c $(CFLAGS) $*.c
+
+all: unz.o
+
+unz.o: $(OBJS)
+ ar rcs $@ $(OBJS)
+
+clean:
+ rm -f *.o
+
+# DO NOT DELETE
+ioapi.o: ioapi.h
+unzip.o: unzip.h ioapi.h crypt.h