X-Git-Url: https://svn.cri.mines-paristech.fr/git/Faustine.git/blobdiff_plain/4ecbf362e0d1d0abb9a7f0e9af8322472f28f7d1..1059e1cc0c2ecfa237406949aa26155b6a5b9154:/interpretor/preprocessor/faust-0.9.47mr3/Makefile?ds=sidebyside

diff --git a/interpretor/preprocessor/faust-0.9.47mr3/Makefile b/interpretor/preprocessor/faust-0.9.47mr3/Makefile
index f184d25..6008e3e 100644
--- a/interpretor/preprocessor/faust-0.9.47mr3/Makefile
+++ b/interpretor/preprocessor/faust-0.9.47mr3/Makefile
@@ -1,10 +1,10 @@
-version := 0.9.47mr2
+version := 0.9.47mr3
 
 DESTDIR ?= 
 PREFIX ?= /usr/local
 CROSS=i586-mingw32msvc-
 
-MAKEFILE := Makefile.unix
+MAKEFILE := Makefile #.unix
 
 prefix := $(DESTDIR)$(PREFIX)
 arch   := $(wildcard architecture/*.*)
@@ -12,6 +12,10 @@ mfiles := $(wildcard examples/Makefile.*)
 vname := faust-$(version)-$(shell date +%y%m%d.%H%M%S)
 zname := faust-$(version)
 
+
+preprocessor :
+	$(MAKE) -C compiler -f $(MAKEFILE) prefix=$(prefix)
+
 all :
 	$(MAKE) -C compiler -f $(MAKEFILE) prefix=$(prefix)
 	$(MAKE) -C architecture/osclib