aoc/Makefile

16 lines
194 B
Makefile

.PHONY: help Makefile format
MAKEFLAGS := --jobs=1
export PYTHONUNBUFFERED = true
export DEBUG
all:
@python .util.py --help
format:
isort .
black .
%: Makefile
@python .util.py $@ $(O)