Fixed out-by-one error in previous commit.
[AROS.git] / workbench / c / R / mmakefile.src
blobf6409210c5a63fddc80d31f42035ea9f3cf7161d
1 # Copyright © 2012, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES   := locale gui main
8 EXEDIR  := $(AROS_C)
10 #MM- workbench-c : workbench-c-r
11 #MM  workbench-c-r : includes linklibs \
12 #MM  workbench-c-r-catalogs
14 %build_prog mmake=workbench-c-r \
15     progname=R targetdir=$(EXEDIR) \
16     files=$(FILES) uselibs="amiga mui"
18 %common