Commit 5d1cdb9a authored by hasan  khaddour's avatar hasan khaddour

fix sth

parent 2310c1c1
# Compiler and Flags
PYTHON = python3
PYTHON = python
# Targets
.PHONY: all run demo clean
# Run the main program
run:
$(PYTHON) main.py
$(PYTHON) main.py
# Run the demo script
demo:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment