Makefile 100 Bytes
Newer Older
Samarth Joshi's avatar
Samarth Joshi committed
1 2 3 4 5 6 7
export FLASK_APP = monitor.py

monitor: monitor.py
	flask run

client: client.py
	python3 client.py