diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 | ||
| 35 | zip: | 35 | zip: |
| 36 | zip -ul9 zlib README ChangeLog Makefile *.[ch] | 36 | zip -ul9 zlib README ChangeLog Makefile Makefile.??? Makefile.?? *.[ch] |
| 37 | 37 | ||
| 38 | tgz: | 38 | tgz: |
| 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 | ||
