_OBJS-par= export OBJS-par=$(patsubst %,$(BUILD_DIR)/%,$(_OBJS-par)) default: $(OBJS-par) $(BUILD_DIR)/%.o: %.cpp $(CXX) -c $(CXXFLAGS) -o $@ $<