Add '@' before mkdir in Makefile.
This commit is contained in:
parent
19267a0f87
commit
571a8aabcd
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ KOTLINFLAGS = -cp $(HEADERS) -d $(OUT_DIR) -jvm-target 1.8
|
|||||||
all: translate
|
all: translate
|
||||||
|
|
||||||
$(CLS): $(OUT_DIR)/%.class: $(SRC_DIR)/%.kt
|
$(CLS): $(OUT_DIR)/%.class: $(SRC_DIR)/%.kt
|
||||||
mkdir -p build
|
@mkdir -p build
|
||||||
$(KOTLINC) $(KOTLINFLAGS) $<
|
$(KOTLINC) $(KOTLINFLAGS) $<
|
||||||
rm -rf build/META-INF/
|
rm -rf build/META-INF/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user