Make bin dir
This commit is contained in:
1
makefile
1
makefile
@@ -21,6 +21,7 @@ ${BINARY_OUT}: directories ${OBJS}
|
|||||||
${CC} ${CFLAGS} -MMD -c $< -o $@
|
${CC} ${CFLAGS} -MMD -c $< -o $@
|
||||||
|
|
||||||
${BINARY_OUT_BIN}: ${BINARY_OUT}
|
${BINARY_OUT_BIN}: ${BINARY_OUT}
|
||||||
|
mkdir ./bin
|
||||||
cp -u $^ $@
|
cp -u $^ $@
|
||||||
|
|
||||||
.PHONY: all clean check tests syntax directories
|
.PHONY: all clean check tests syntax directories
|
||||||
|
|||||||
Reference in New Issue
Block a user