include ../Makefile.common

.PHONY: build

build:
	cp ../../debian/control .
	$(MAKE) -f ../Makefile.common _build
