Add 'build' to Makefile phonies

This commit is contained in:
Jeremy Singer-Vine
2024-06-11 16:33:52 -04:00
parent 5a0a8fde52
commit 6c9ecb232c
+1 -1
View File
@@ -1,4 +1,4 @@
.PHONY: venv tests check-black check-flake lint format examples
.PHONY: venv tests check-black check-flake lint format examples build
PYTHON := venv/bin/python
PIP = venv/bin/pip