.PHONY: all test clean

all: c2 test

c2: v0/bin/c2
	cp $< $@

test::

generate_golden::

clean::
	rm -f c2

include v0/include.mk