all:
	@echo "do nothing"

.PHONY : clean
clean:
	cd ./action/ && make clean
	rm -f *.pyc
	rm -f *.pyo
