From fbd06884b66ad51b431dcc91e6466433175db1fb Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Mon, 28 Apr 2025 19:15:29 +0800 Subject: [PATCH] fix: recipe `bear` isn't phony recipe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 141602b..80b5272 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ build/system/%.pcm: $(call autodir) $(CXX) $(CXXFLAGS) -xc++-system-header --precompile $(patsubst build/system/%.pcm,%,$@) -o $@ $(SYSTEMHEADER_FLAGS) -.PHONY: clean run +.PHONY: clean run bear clean: @-rm -rf ./build bear: clean