SRC=$(wildcard *.py)

.PHONY: build
build: $(SRC)
	python $^
