mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-05 21:02:26 +00:00
Reflect distinction between build (make full) and install (make install)
This commit is contained in:
parent
e4743120de
commit
b2f7087966
1 changed files with 2 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue