rename make preprocess to make pp
thanks for the suggestion krizej
This commit is contained in:
parent
d4d0822eff
commit
3c4f5ababa
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -41,7 +41,7 @@ _PP_CXX = osuparser.cpp
|
||||||
_PP = $(_PP_HXX) $(_PP_CXX)
|
_PP = $(_PP_HXX) $(_PP_CXX)
|
||||||
PP = $(addprefix $(PREPROCESSED)/, $(_PP))
|
PP = $(addprefix $(PREPROCESSED)/, $(_PP))
|
||||||
|
|
||||||
preprocess: dirs $(PP)
|
pp: dirs $(PP)
|
||||||
|
|
||||||
$(PREPROCESSED)/%.hpp: $(INCLUDE)/%.hpp
|
$(PREPROCESSED)/%.hpp: $(INCLUDE)/%.hpp
|
||||||
$(CXX) $(CXXFLAGS) -E $< > $@
|
$(CXX) $(CXXFLAGS) -E $< > $@
|
||||||
|
|
Loading…
Reference in a new issue