mirror of
https://github.com/livingcomputermuseum/pdp7-unix.git
synced 2026-02-10 18:30:43 +00:00
updated makefile to account for rename of sh.s to pbsh.s
This commit is contained in:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user