mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 18:02:25 +00:00
fixed makefile name in the "COMPILE" file. [issue](https://github.com/norayr/voc/issues/6); -- noch
Former-commit-id: e403827d4660bd70f76fc71c372bd722992f1b06
This commit is contained in:
parent
63ba3074cf
commit
f3790d78f5
1 changed files with 2 additions and 2 deletions
4
COMPILE
4
COMPILE
|
|
@ -39,14 +39,14 @@ otherwise use corresponding makefile.
|
||||||
Note for FreeBSD, OpenBSD and OSX users:
|
Note for FreeBSD, OpenBSD and OSX users:
|
||||||
use gmake instead of make, i. e.
|
use gmake instead of make, i. e.
|
||||||
|
|
||||||
>gmake -f makefile.clang.darwin.x86_64
|
>gmake -f makefile.darwin.clang.x86_64
|
||||||
|
|
||||||
then type
|
then type
|
||||||
|
|
||||||
>sudo make install
|
>sudo make install
|
||||||
|
|
||||||
or
|
or
|
||||||
>sudo gmake -f makefile.clang.darwin.x86_64 install
|
>sudo gmake -f makefile.darwin.clang.x86_64 install
|
||||||
|
|
||||||
on MacOSX/Darwin.
|
on MacOSX/Darwin.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue