Reflect distinction between build (make full) and install (make install)

This commit is contained in:
David C W Brown 2019-11-04 18:23:17 +00:00 committed by GitHub
parent e4743120de
commit b2f7087966
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,11 +78,11 @@ This will create a subdirectory 'voc' which includes the following files and dir
| make.cmd | Makefile specifically for native Microsoft C builds. No tests. |
#### 3. Build and install the Oberon compiler and library
#### 3. Build the Oberon compiler and library
```
cd voc
[sudo] make full
make full
```
The makefile will: