
# Yeah I know im running all -> build -> run but it prevents other build systems
# from freaking out when they see a Makefile with no 'all' target.
all: build

build: run

run:
	@python3 src/main.py