mirror of
https://github.com/DoctorWkt/pdp7-unix.git
synced 2026-01-25 03:37:23 +00:00
updated makefile to account for rename of sh.s to pbsh.s
This commit is contained in:
parent
0ababfd4cf
commit
4ea9203ec6
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user