.PHONY: run

run:
	python ./process_json.py --in1 in1.json --processed_data result.json --code code.py --html_report report.html

run2:
	python ./process_json.py --in1 05__2019-07-15_likes_gte5_from_informer__feeds.json --processed_data result.json --code code.py --html_report report.html