Commit 38ac18ef authored by nagayama15's avatar nagayama15

🔧 Fix make default rule.

parent a891e6dd
.DEFAULT_GOAL := all
ROOT := $(realpath ${PWD})
CD := $(realpath ${CURDIR})
......@@ -6,7 +8,5 @@ OBJ_DIR := ${ROOT}/obj/${CD:${ROOT}/%=%}
.PHONY: all test clean
all:
clean:
${RM} -r bin obj
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