Commit 18a3a217 authored by nagayama15's avatar nagayama15

.cppファイルの依存関係を自動解決

parent 3c3dfbf4
......@@ -34,4 +34,6 @@ ${BIN_DIR}/${TARGET}: ${OBJS}
${OBJ_DIR}/%.o: %.cpp
@mkdir -p ${@D}
${CXX} ${CXXFLAGS} -o $@ -c $^
${CXX} ${CXXFLAGS} -MMD -MP -o $@ -c $<
-include ${DEPS}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment