From 57f9906f6d148d2c302e38923a64664c74b4934a Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 Jan 2025 01:41:46 +0000 Subject: util/nvmutil: Add uninstall to Makefile Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'util') diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index 2d646a44..ca23c714 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -12,6 +12,9 @@ nvm: nvmutil.c install: nvm install nvm $(PREFIX)/nvm +uninstall: clean + rm -f $(PREFIX)/nvm + distclean: rm -f nvm -- cgit v1.2.1