fix: recipe bear isn't phony recipe
This commit is contained in:
parent
0a15b379bb
commit
fbd06884b6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue