default:
	@echo make clean
	@echo make recipe
edit:
	/usr/bin/vim mk_daily_weather_yml.sh
recipe:
	sh mk_daily_weather_yml.sh
clean:
	rm -f A99E_*
