all:
	make -C simple all

clean:
	make -C simple clean

cleandist:
	make -C simple cleandist


syntax highlighted by Code2HTML, v. 0.9.1