mirror of
https://github.com/vale981/bachelor_thesis
synced 2025-03-04 17:11:39 -05:00
check if OUT_DIR exists
This commit is contained in:
parent
45947e2313
commit
37cacdb9bd
1 changed files with 3 additions and 0 deletions
|
@ -83,4 +83,7 @@ clean:
|
|||
cd $(RUNCARD_DIR) && git clean -d -f -X
|
||||
|
||||
|
||||
# Create OUT_DIR if it is not present
|
||||
ifeq ("$(wildcard $(OUT_DIR))", "")
|
||||
$(info $(shell mkdir -p $(OUT_DIR) && echo "Created output directory: $(OUT_DIR)"))
|
||||
endif
|
||||
|
|
Loading…
Add table
Reference in a new issue