diff options
Diffstat (limited to 'updater/zlib123/contrib/untgz/Makefile')
-rw-r--r-- | updater/zlib123/contrib/untgz/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/updater/zlib123/contrib/untgz/Makefile b/updater/zlib123/contrib/untgz/Makefile deleted file mode 100644 index 8fd12a0..0000000 --- a/updater/zlib123/contrib/untgz/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -CC=cc
-CFLAGS=-g
-
-untgz: untgz.o ../../libz.a
- $(CC) $(CFLAGS) -o untgz untgz.o -L../.. -lz
-
-untgz.o: untgz.c ../../zlib.h
- $(CC) $(CFLAGS) -c -I../.. untgz.c
-
-../../libz.a:
- cd ../..; ./configure; make
-
-clean:
- rm -f untgz untgz.o *~
|