build:
	make -C brainfuckcompiler build
	make -C texteditor build

clean:
	make -C brainfuckcompiler clean
	make -C texteditor clean
