Skip to content

Commit

Permalink
Update the message
Browse files Browse the repository at this point in the history
Update the message on `cleanbin` rule.
  • Loading branch information
mitsuki31 authored Jun 12, 2023
1 parent 457a3f2 commit 1666711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.'\
)


Expand Down

0 comments on commit 1666711

Please sign in to comment.