1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-10 18:30:43 +00:00

oops, pbsh should compile to sh

This commit is contained in:
Tom Everett
2016-03-08 18:14:01 -07:00
parent 88583545d2
commit bc91a11e2a

View File

@@ -44,7 +44,7 @@ cmd: dirs
# $(AS) $(ASARGS) -o $(CMDDIR)/init src/cmd/init.s
others: dirs
$(AS) $(ASARGS) -o $(CMDDIR)/pbsh src/other/pbsh.s
$(AS) $(ASARGS) -o $(CMDDIR)/sh src/other/pbsh.s
$(AS) $(ASARGS) -o $(CMDDIR)/ops src/other/ops.s
# wkt apps