~dricottone/numberplay

ref: 443711356cdfba08557b5d37dc6f6684c1f1f451 numberplay/Makefile -rw-r--r-- 130 bytes
44371135Dominic Ricottone Solution 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: clean
clean:
	rm -rf __pycache__

.PHONY: test
test:
	python -m unittest --verbose

.PHONY: solve
solve:
	python -m main