fix: recipe bear isn't phony recipe

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

View file

@ -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