# Just a bogus Makefile to clean up stray object files

all:
	@echo "You need to type 'make' in the parent directory"

clean:
	rm -f *.o

distclean:

