I've updated the top-level Makefile to build all the existing utilities.

I've borrowed the V1 manuals from
http://minnie.tuhs.org/cgi-bin/utree.pl?file=V1/man/man1
and changed them to reflect the PDP-7 utilities.
This commit is contained in:
Warren Toomey
2016-03-02 19:39:41 +10:00
parent 152fc23c6b
commit 14a2a9b10b
6 changed files with 130 additions and 0 deletions
+4
View File
@@ -5,6 +5,10 @@ all: utilities
utilities:
$(AS) src/cmd/cat.s > bin/cat
$(AS) src/cmd/cp.s > bin/cp
$(AS) src/cmd/chmod.s > bin/chmod
$(AS) src/cmd/chown.s > bin/chown
$(AS) src/cmd/chrm.s > bin/chrm
rm -f n.out
clean: