From bc91a11e2a1e063ecd598858fd4a1706bcfb1443 Mon Sep 17 00:00:00 2001 From: Tom Everett Date: Tue, 8 Mar 2016 18:14:01 -0700 Subject: [PATCH] oops, pbsh should compile to sh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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