diff --git a/Makefile b/Makefile index e20a37e..76c075f 100644 --- a/Makefile +++ b/Makefile @@ -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