blob: 5764b51fe46986a0acf7a610225795459d542a6a [file] [log] [blame]
all:
cd optipng && \
$(MAKE) && \
cd ..
test:
cd optipng && \
$(MAKE) test && \
cd ..
check: test
install:
cd optipng && \
$(MAKE) install && \
cd ..
uninstall:
cd optipng && \
$(MAKE) uninstall && \
cd ..
clean:
cd optipng && \
$(MAKE) clean && \
cd ..
distclean:
cd optipng && \
$(MAKE) distclean && \
cd ..
-rm -f ../Makefile Makefile