update b.c to compile

This commit is contained in:
Tom Everett
2016-03-25 10:34:25 -06:00
parent c638044dc0
commit 1783f1789a
2 changed files with 18 additions and 10 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ $(BINDIR)/od: $(OTHERSRC)/wktod.s
# B compiler
$(BINDIR)/bc: $(CMDSRC)/bl.s $(CMDSRC)/bi.s ../tools/b.c $(OTHERSRC)/b.b
$(CC) -o b ../tools/b.c 2> /dev/null
$(CC) -o b ../tools/b.c
./b $(OTHERSRC)/b.b b.s
$(AS) $(ASARGS) -o $(BINDIR)/bc $(CMDSRC)/bl.s b.s $(CMDSRC)/bi.s
rm b b.s