added trysys and maksys to the build

This commit is contained in:
Tom Everett
2016-03-19 21:28:10 -06:00
parent 2b292a1ee3
commit 41f266b4a9
+2
View File
@@ -68,6 +68,8 @@ cmd: dirs
# $(AS) $(ASARGS) -o $(BINDIR)/dsw $(CMDSRC)/dsw.s
$(AS) $(ASARGS) -o $(BINDIR)/ed $(CMDSRC)/ed1.s $(CMDSRC)/ed2.s
$(AS) $(ASARGS) -o $(BINDIR)/init $(CMDSRC)/init.s
$(AS) $(ASARGS) -o $(BINDIR)/maksys $(CMDSRC)/maksys.s
$(AS) $(ASARGS) -o $(BINDIR)/trysys $(CMDSRC)/trysys.s
others: dirs
$(AS) $(ASARGS) -o $(BINDIR)/sh $(OTHERSRC)/pbsh.s