diff --git a/Makefile b/Makefile index 5cec191..22b64a5 100644 --- a/Makefile +++ b/Makefile @@ -11,4 +11,4 @@ install: # Run the application run: - $(PYTHON) run.py + python run.py