packages feed

hsc3-rec-0.7: Makefile

all:
	ghc -Wall mk/build.hs -e main

clean:
	rm -f Sound/SC3/UGen/Record/*.hs
	rm -Rf dist

module_list:
	find Sound/SC3/UGen/Record -name "*.*hs" | \
		sort | \
		sed	-e "s/^/                   /" \
			-e "s,/,\.,g" \
			-e "s,.hs,," >> hsc3-rec.cabal