From 76c5bcf009ba9e158b8eed0dc336ef0b6a28aebd Mon Sep 17 00:00:00 2001 From: Anekoique Date: Sat, 17 Jan 2026 00:38:02 +0800 Subject: [PATCH] chore: clean up phony list --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 35ef7ef..834c857 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY : build clean format install-python test-cpp test-onnx +.PHONY: build clean test-cpp TYPE ?= Release TEST ?= ON