Update Makefile

Signed-off-by: Soumya Raikwar <164396577+SoumyaRaikwar@users.noreply.github.com>
This commit is contained in:
Soumya Raikwar 2025-09-22 14:47:30 +05:30 committed by stonezdj(Daojun Zhang)
parent 068aa00187
commit c81ec8ca6c
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,6 @@ define _get_binary
$(CURL) --connect-timeout 30 -f -k -L $1 -o $2 || exit 1
endef
define _build_base
if [ "$(BUILD_BASE)" = "true" ] ; then \
echo "building base image for $(1)...";\
@ -254,3 +253,4 @@ cleanimage:
.PHONY: clean
clean: cleanimage