We shouldn't have a Makefile here.

Change-Id: If55952b4aa9b95ff9311c1b7338b77af62a5c503
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
bb10
Lars Knoll 2012-06-25 00:18:36 +02:00 committed by Qt by Nokia
parent d75a97793a
commit df151d21b6
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
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