summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index facba8a..f251670 100644
--- a/Makefile
+++ b/Makefile
@@ -33,11 +33,11 @@ clean:
33 rm -f *.o example minigzip inftest libgz.a foo.gz 33 rm -f *.o example minigzip inftest libgz.a foo.gz
34 34
35zip: 35zip:
36 zip -ul9 zlib README ChangeLog Makefile *.[ch] 36 zip -ul9 zlib README ChangeLog Makefile Makefile.??? Makefile.?? *.[ch]
37 37
38tgz: 38tgz:
39 cd ..; tar cfz zlib/zlib.tgz zlib/README zlib/ChangeLog zlib/Makefile \ 39 cd ..; tar cfz zlib/zlib.tgz zlib/README zlib/ChangeLog zlib/Makefile \
40 zlib/*.[ch] 40 zlib/Makefile.??? zlib/Makefile.?? zlib/*.[ch]
41 41
42# DO NOT DELETE THIS LINE -- make depend depends on it. 42# DO NOT DELETE THIS LINE -- make depend depends on it.
43 43