commit ad4f8f7f9c68cb067453e8f95110966a6176b814 parent eb91e73ec103f58eeb53d8c1bb7ae8874b6df747 Author: Stefan Koch <programming@stefan-koch.name> Date: Sun, 6 Aug 2023 10:34:23 +0200 mark "build" phony Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -.PHONY: check test +.PHONY: build check test VERSION=$(shell grep -o "version = \"\([0-9.]\+\)\"" pyproject.toml | sed 's/version = //' | sed 's/"//g')