Add '@' before mkdir in Makefile.

This commit is contained in:
bʰedoh₂ swé 2024-02-17 17:57:43 +05:00
parent 19267a0f87
commit 571a8aabcd

View File

@ -22,7 +22,7 @@ KOTLINFLAGS = -cp $(HEADERS) -d $(OUT_DIR) -jvm-target 1.8
all: translate
$(CLS): $(OUT_DIR)/%.class: $(SRC_DIR)/%.kt
mkdir -p build
@mkdir -p build
$(KOTLINC) $(KOTLINFLAGS) $<
rm -rf build/META-INF/