
all:
	@echo "no 'all' target here..."

clean:
	@echo " CLEAN"
	@rm -f *.pyc

