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