.PHONY: all test clean

all: c2

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

test::

include v0/include.mk