.PHONY: all bin x86 x64 clean

all:
	cd libtcg && make $@
	cd simple_bof && make $@

clean:
	cd libtcg && make $@
	cd simple_bof && make $@
