all:
	@make -C example_1
	@make -C stackoverflow

clean:
	make -C example_1 clean
	make -C stackoverflow clean

