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

fix sth

parent 2310c1c1
# Compiler and Flags # Compiler and Flags
PYTHON = python3 PYTHON = python
# Targets # Targets
.PHONY: all run demo clean .PHONY: all run demo clean
# Run the main program # Run the main program
run: run:
$(PYTHON) main.py $(PYTHON) main.py
# Run the demo script # Run the demo script
demo: 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