macro rule_compile: remove C++ flags from the C flags.
[AROS.git] / test / png / mmakefile.src
blobe3d24ae36f824940f4c9f10913cc8648d9541894
1 # Copyright © 2012, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES           := version
7 EXEDIR          := $(AROS_TESTS)/png
9 #MM- test : test-png
10 #MM- test-quick : test-png-quick
12 #MM test-png : includes linklibs workbench-libs-png-linklib
14 %build_progs mmake=test-png \
15     files=$(FILES) targetdir=$(EXEDIR) \
16     uselibs="png"
18 %common