SONGS ?= hitaat_liikkeet testing

all: ${SONGS}

${SONGS}:
	./fuzz ${.TARGET}

test::
	./test

clean:
	rm -f scores/*
