Mercurial > hg > piper-vamp-js
diff Makefile @ 153:38675dcea44f
Bring the stub generator into this repo (from piper-vamp-cpp)
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Wed, 14 Jun 2017 10:06:30 +0100 |
parents | |
children | 205f9a6240f5 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Wed Jun 14 10:06:30 2017 +0100 @@ -0,0 +1,17 @@ + +all: prerequisites generator examples + +.PHONY: prerequisites +prerequisites: + ./bin/check-prerequisites.sh + +.PHONY: generator +generator: + $(MAKE) -C generator + +.PHONY: examples +examples: + $(MAKE) -C examples/vamp-example-plugins clean em + $(MAKE) -C examples/vamp-test-plugin clean em + $(MAKE) -C examples/vamp-example-plugins test + $(MAKE) -C examples/vamp-test-plugin test