diff --git a/Makefile b/Makefile index 2d6c2b3..4cd9d46 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ BIN = repo2html all: compile compile: - mkdir $(DIR_BUILD)/ + mkdir -p $(DIR_BUILD)/ csc -O3 -static ./$(SRC) -o $(DIR_BUILD)/$(BIN) rm ./$(DIR_BUILD)/$(BIN).link @echo "Finished compiling a static binary in $(DIR_BUILD)/$(BIN)!"