all:
	make -f Makefile-conflate
	cp conflate ~/bin/

clean:
	make -f Makefile-conflate clean

# make -C ../.. conflate
