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:
Norayr Chilingarian 2016-01-19 19:07:36 +04:00
parent 63ba3074cf
commit f3790d78f5

View file

@ -39,14 +39,14 @@ otherwise use corresponding makefile.
Note for FreeBSD, OpenBSD and OSX users:
use gmake instead of make, i. e.
>gmake -f makefile.clang.darwin.x86_64
>gmake -f makefile.darwin.clang.x86_64
then type
>sudo make install
or
>sudo gmake -f makefile.clang.darwin.x86_64 install
>sudo gmake -f makefile.darwin.clang.x86_64 install
on MacOSX/Darwin.