

-include Makefile.foo
export LURETTE_PATH=../../..

go: 
	../../../bin/luc2c --luciole foo.luc

test: go
	make -f Makefile.foo && make clean

