fix for Makefile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Pavel 2023-11-16 12:19:47 +03:00
parent bc7e16c009
commit 7db6bdaf3d

View File

@ -17,7 +17,7 @@ submodules:
builddir:
ifeq (,$(wildcard $(BUILD_DIR)))
@mkdir -p $(BUILD_DIR)
@mkdir -p $(BUILD_DIR)
endif
az: builddir