diff --git a/Makefile b/Makefile index 7611475..6ff16c5 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ _PP_CXX = osuparser.cpp _PP = $(_PP_HXX) $(_PP_CXX) PP = $(addprefix $(PREPROCESSED)/, $(_PP)) -preprocess: dirs $(PP) +pp: dirs $(PP) $(PREPROCESSED)/%.hpp: $(INCLUDE)/%.hpp $(CXX) $(CXXFLAGS) -E $< > $@