Commit 709d34a7 authored by nagayama15's avatar nagayama15

Makefileを修正

parent 9eb92979
......@@ -3,10 +3,10 @@
ROOT := $(realpath ${PWD})
CD := $(realpath ${CURDIR})
BIN_DIR := ${ROOT}/bin/${CD:${ROOT}/%=%}
OBJ_DIR := ${ROOT}/obj/${CD:${ROOT}/%=%}
BIN_DIR := ${ROOT}/bin${CD:${ROOT}%=%}
OBJ_DIR := ${ROOT}/obj${CD:${ROOT}%=%}
.PHONY: all test clean
clean::
${RM} -r bin obj
${RM} -r ${BIN_DIR} ${OBJ_DIR}
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