Mercurial > hg > vamp-plugin-sdk
view Makefile @ 8:c4662bbef275
* Allow plugins to return 0 for preferred block/step size to accept a host
default
author | cannam |
---|---|
date | Mon, 03 Apr 2006 14:19:02 +0000 |
parents | c66551966b5f |
children | 83d3eb580731 |
line wrap: on
line source
all: examples_ host_ test examples_: $(MAKE) -C examples all host_: $(MAKE) -C host all test: $(MAKE) -C host test clean: $(MAKE) -C examples clean distclean: $(MAKE) -C examples distclean $(MAKE) -C host distclean rm -f *~ *.bak $(TARGET)