]> CRI, Mines Paris - PSL - Faustine.git/blobdiff - interpreter/preprocessor/faust-0.9.47mr3/compiler/Makefile
Nested vectors are implemented, including parser and class nstio.
[Faustine.git] / interpreter / preprocessor / faust-0.9.47mr3 / compiler / Makefile
index 36665bf8ee64e50974aeaa15a81dc7b3c17400d5..5bfb3f93ef0dbbc8b45e54d8744c54a5691510a4 100755 (executable)
@@ -23,7 +23,7 @@ endif
 CXXFLAGS ?= -O3 -Wall -Wuninitialized $(ARCHFLAGS)
 CXXFLAGS += -Wno-parentheses $(addprefix -I, $(subprojects)) -DINSTALL_PREFIX='"$(prefix)"'
 
-all : faust preprocess.a # Haisheng WANG adds preprocess.a for multirate faust interpreter
+all : faust preprocess.a # Haisheng WANG adds preprocess.a for multirate faust interpreter
 
 faust : $(objects)
        $(CXX) $(CXXFLAGS) $(objects) -o faust