From f3790d78f5ae495626542c3150ef4e6468ac7038 Mon Sep 17 00:00:00 2001 From: Norayr Chilingarian Date: Tue, 19 Jan 2016 19:07:36 +0400 Subject: [PATCH] fixed makefile name in the "COMPILE" file. [issue](https://github.com/norayr/voc/issues/6); -- noch Former-commit-id: e403827d4660bd70f76fc71c372bd722992f1b06 --- COMPILE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/COMPILE b/COMPILE index 827a3cf6..ac194fd7 100644 --- a/COMPILE +++ b/COMPILE @@ -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.