changeset 1257:b6969b0ae23d

Added .sb for subroutine
author boisy
date Sun, 17 Aug 2003 16:33:10 +0000
parents 3ff579715249
children 1aae5bde55a0
files rules.mak
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/rules.mak	Sun Aug 17 16:32:53 2003 +0000
+++ b/rules.mak	Sun Aug 17 16:33:10 2003 +0000
@@ -73,6 +73,10 @@
 %.dd: %.asm
 	$(AS) $(AFLAGS) $< $(ASOUT)$@
 
+# Subroutine modules
+%.sb: %.asm
+	$(AS) $(AFLAGS) $< $(ASOUT)$@
+
 # Window device descriptors
 %.dw: %.asm
 	$(AS) $(AFLAGS) $< $(ASOUT)$@