1
0
mirror of https://github.com/livingcomputermuseum/pdp7-unix.git synced 2026-02-13 03:24:44 +00:00

Merge pull request #34 from teverett/master

updated makefile to account for rename of sh.s to pbsh.s
This commit is contained in:
Warren
2016-03-08 16:44:38 +10:00

View File

@@ -40,7 +40,7 @@ cmd: dirs
others:
$(AS) $(ASARGS) -o $(CMDDIR)/ls src/other/wktls.s
$(AS) $(ASARGS) -o $(CMDDIR)/sh src/other/sh.s
$(AS) $(ASARGS) -o $(CMDDIR)/sh src/other/pbsh.s
$(AS) $(ASARGS) -o $(CMDDIR)/stat src/other/wktstat.s
$(AS) $(ASARGS) -o $(CMDDIR)/mv src/other/wktmv.s
$(AS) $(ASARGS) -o $(CMDDIR)/ln src/other/wktln.s