typo.
[AROS.git] / workbench / c / Partition / mmakefile.src
blobb3256d27e553131c8073fa026b75a9cf8c0d3ac0
1 # Copyright © 2003-2018, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(SRCDIR)/config/aros.cfg
6 FILES := main args
8 #MM- workbench-c : workbench-c-partition
9 #MM workbench-c-partition : includes linklibs 
11 USER_LDFLAGS := -static
13 %build_prog mmake=workbench-c-partition \
14     progname=Partition targetdir=$(AROS_C) \
15     files=$(FILES) coverageinstr=no
17 %common