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)
|
$(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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue