source:
trunk/src/3rdparty/Makefile@
273
Last change on this file since 273 was 2, checked in by , 16 years ago | |
---|---|
File size: 161 bytes |
Line | |
---|---|
1 | PNGMAK=scripts/makefile.linux |
2 | |
3 | all: |
4 | cd zlib; ./configure; make |
5 | cd libpng; make -f $(PNGMAK) |
6 | |
7 | clean: |
8 | -cd zlib; make clean |
9 | -cd libpng; make -f $(PNGMAK) clean |
Note:
See TracBrowser
for help on using the repository browser.