From 05a39718507373e965d2210048077698010a08cb Mon Sep 17 00:00:00 2001 From: ulricqin Date: Wed, 5 Jul 2023 16:14:31 +0800 Subject: [PATCH] Update Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c2f530f..085549c 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ else endif endif -APP_BIN = ibex -APP_VER = 1.0.0 +APP_BIN=ibex +APP_VER=1.0.0 all: build