projects
/
Faustine.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix the preprocessor compiling bug in interpretor/Makefile.
[Faustine.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
281af3b
..
9935c1d
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-33,5
+33,5
@@
test:
# Library paths for OCaml and libsndfile-ocaml
# OCAML_INCLUDE_PATH
# SNDFILE_PATH
# Library paths for OCaml and libsndfile-ocaml
# OCAML_INCLUDE_PATH
# SNDFILE_PATH
-OCAML_INCLUDE_PATH = /usr/l
ocal/l
ib/ocaml
-SNDFILE_PATH =
/Users/karimbarkati/Boulot/2013-07-CRI/Interpretor
/libsndfile-ocaml
+OCAML_INCLUDE_PATH = /usr/lib/ocaml
+SNDFILE_PATH =
~/Desktop
/libsndfile-ocaml