We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6554a1 commit 44456c2Copy full SHA for 44456c2
1 file changed
src/EIDEProject.ts
@@ -1979,13 +1979,13 @@ COLOR_BLUE = "\\e[34;1m"
1979
# all target
1980
# --------------------------------------------
1981
1982
-all: $(OUT_LIBS) | $(OUT_DIR)
+all: $(OUT_DIR) $(OUT_LIBS)
1983
\t@echo -e $(COLOR_DONE)"-------------------------"$(COLOR_END)
1984
\t@echo -e $(COLOR_DONE)"all done"$(COLOR_END)
1985
1986
1987
$(OUT_DIR):
1988
-\t@mkdir -p $@
+\tmkdir -p $@
1989
`;
1990
1991
mk_tmp = mk_tmp
0 commit comments