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

clean:
	make -f Makefile-flatten clean

# make -C ../.. flatten
