From 16667112dd4bcd9b075b91ddd129074f7f4abf37 Mon Sep 17 00:00:00 2001 From: Ryuu Mitsuki <117973493+mitsuki31@users.noreply.github.com> Date: Mon, 12 Jun 2023 17:27:44 +0700 Subject: [PATCH] Update the message Update the message on `cleanbin` rule. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 6377195..8d89278 100644 --- a/Makefile +++ b/Makefile @@ -202,8 +202,8 @@ cleanbin: @echo "$(PREFIX) All cleaned up." $(if $(shell test -e $(jar) && echo "1"),\ - @echo 'File "$(jar:/=)" is still exists.',\ - $(warning File "$(jar_name)" is missing or has been deleted.)\ + @echo 'File "$(subst ./,,$(jar))" is still exists.',\ + @echo 'File "$(subst ./,,$(jar))" is missing or has been deleted.'\ )