eg. 'wrapper', 'category:python' or '"document database"'
This file looks large and may slow your browser down if we attempt to syntax highlight it, so we are showing it without any pretty colors. Highlight it anyway.
PNGMAK=scripts/makefile.linux
all:
cd zlib; ./configure; make
cd libpng; make -f $(PNGMAK)
clean:
-cd zlib; make clean
-cd libpng; make -f $(PNGMAK) clean