Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / c / Open / mmakefile.src
blob4fb68d28bc6a348a6a567fafba236604e0c313be
1 # Copyright © 2003, The AROS Development Team. All rights reserved.
2 # $Id$
4 include $(TOP)/config/make.cfg
6 FILES   := main
8 EXEDIR  := $(AROS_C)
10 #MM- workbench-c : workbench-c-open
11 #MM workbench-c-open : includes linklibs
13 %build_prog mmake=workbench-c-open \
14     progname=Open targetdir=$(EXEDIR) \
15     files=$(FILES) uselibs="amiga arosc" \
16     usestartup=no
18 %common