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
+1 -1
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