# This makefile is only used to clean up

all:
	@echo 'type make in each subdirectory to build each example'

clean:
	cd graph; make clean
	cd simple; make clean
	rm -f *~ .~* core


syntax highlighted by Code2HTML, v. 0.9.1