aboutsummaryrefslogtreecommitdiff
path: root/2020/21/Makefile
blob: ba180a01d3c0f8015a413921e93ce6a38d4afece (plain) (blame)
1
2
3
4
5
6
7
.PHONY: solve.py

clean:
	@rm -f *.o

run:
	@node solve