fix: recipe bear isn't phony recipe

This commit is contained in:
ulic-youthlic 2025-04-28 19:15:29 +08:00
parent 0a15b379bb
commit fbd06884b6
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -29,7 +29,7 @@ build/system/%.pcm:
$(call autodir) $(call autodir)
$(CXX) $(CXXFLAGS) -xc++-system-header --precompile $(patsubst build/system/%.pcm,%,$@) -o $@ $(SYSTEMHEADER_FLAGS) $(CXX) $(CXXFLAGS) -xc++-system-header --precompile $(patsubst build/system/%.pcm,%,$@) -o $@ $(SYSTEMHEADER_FLAGS)
.PHONY: clean run .PHONY: clean run bear
clean: clean:
@-rm -rf ./build @-rm -rf ./build
bear: clean bear: clean