just use FindTask directly so we don't waste storage (and also the need to call it...
[AROS.git] / workbench / utilities / Help / mmakefile.src
blob4b386435a467c72265253f8d630ff94ac49ae92f
1 # Copyright © 2013, The AROS Development Team. All rights reserved.
2 # $Id$
4 # Makefile to make Help.
6 include $(TOP)/config/make.cfg
8 FILES := main
10 EXEDIR := $(AROSDIR)/Utilities
12 #MM- workbench-utilities : workbench-utilities-help
13 #MM workbench-utilities-help : includes linklibs
15 %build_prog mmake=workbench-utilities-help \
16     progname=Help targetdir=$(EXEDIR) \
17     files=$(FILES)
19 %common