Fix typo causing incorrect desktop sorting
[AROS.git] / workbench / system / BHFormat / mmakefile.src
blob5b454c059e73d693f53cd9191faf3130e025444c
1 # Copyright © 2003, The AROS Development Team. All rights reserved.
2 # $Id: mmakefile.src 19665 2003-09-06 16:59:16Z verhaegs $
4 include $(TOP)/config/make.cfg
6 FILES   := main cli gui locale
8 EXEDIR  := $(AROS_SYSTEM)
10 # Uncomment this to enable debug output
11 #USER_CFLAGS := -DDEBUG=1
13 #MM- workbench-system : workbench-system-format
14 #MM workbench-system-format : includes linklibs workbench-system-format-catalogs
16 %build_prog mmake=workbench-system-format \
17     progname=Format targetdir=$(EXEDIR) \
18     files=$(FILES) uselibs="amiga arosc"
20 %common