This commit is contained in:
parent
bc7e16c009
commit
7db6bdaf3d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -17,7 +17,7 @@ submodules:
|
|||
|
||||
builddir:
|
||||
ifeq (,$(wildcard $(BUILD_DIR)))
|
||||
@mkdir -p $(BUILD_DIR)
|
||||
@mkdir -p $(BUILD_DIR)
|
||||
endif
|
||||
|
||||
az: builddir
|
||||
|
|
Reference in a new issue