I've split the cmd and others Makefile rules out to individual utility rules,

so that we don't keep building binaries for sources that have not changed.
This commit is contained in:
Warren Toomey
2016-03-21 06:51:00 +10:00
parent 4e65e9ebd0
commit 098c8a9e28
2 changed files with 78 additions and 46 deletions
+6 -5
View File
@@ -34,14 +34,15 @@ To compile it:
`make pdp7`
On 64-bit systems, you may need to set the C compiler's optimisation
level to -O1. To run pdp-unix from the pdp7-unix source tree, do:
`make run`
## Running pdp7-unix
You will need [simh](http://simh.trailing-edge.com/) 4.0 to run pdp7-unix. You can get the source code [here](https://github.com/simh/simh).
On 64-bit systems, you may need to set the C compiler's optimisation
level to -O1.
To run pdp-unix from the pdp7-unix source tree, do:
`make run`
<pre>
cd binaries