# HG changeset patch # User Chris Cannam # Date 1362090332 0 # Node ID ca74e2917a3a3377b3f394479b3147502916edea # Parent f98099d6eba3b1bde9ddd6b2452e4a44907cde72 This Makefile is misleading, it hasn't anything in it yet diff -r f98099d6eba3 -r ca74e2917a3a Makefile --- a/Makefile Thu Feb 28 22:22:52 2013 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,14 +0,0 @@ - -YETI_JARPATH := /usr/local/lib/yeti -YETI_JARS := asm-3.1r yeti yeti-lib - -CLASSPATH := $(patsubst %,$(YETI_JARPATH)/%.jar,$(YETI_JARS)) -CLASSPATH := $(shell echo $(CLASSPATH) | tr ' ' ':') - -SOURCES := \ - audio.yeti - - - - -