Mercurial > hg > vamp-plugin-sdk
view Makefile @ 7:c66551966b5f
* Fix a couple of memory management and corruption bugs
* Some textual fixes
author | cannam |
---|---|
date | Fri, 31 Mar 2006 17:39:49 +0000 |
parents | ad9aa1881a70 |
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)