New target 'module'

git-svn-id: svn://svn.cc65.org/cc65/trunk@1263 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cuz
2002-04-25 05:14:14 +00:00
parent 563a3b3579
commit dab745e4b1
2 changed files with 19 additions and 14 deletions

View File

@@ -55,6 +55,7 @@ INCS = apple2.inc \
cbm610.inc \
geos.inc \
lunix.inc \
module.inc \
none.inc \
pet.inc \
plus4.inc
@@ -129,6 +130,9 @@ geos.inc: cfg/geos.cfg
lunix.inc: cfg/lunix.cfg
@$(CVT) $< $@ CfgLunix
module.inc: cfg/module.cfg
@$(CVT) $< $@ CfgModule
none.inc: cfg/none.cfg
@$(CVT) $< $@ CfgNone