all:
	make -C rizin
	make -C rizin-dev

clean mrproper:
	make -C rizin clean
	make -C rizin-dev clean
