From 6278f5844e1f735e1e4391a2c9a8c27401f9be1c Mon Sep 17 00:00:00 2001 From: c0dev0id Date: Sat, 24 Dec 2022 08:35:57 +0100 Subject: [PATCH] Add clean target --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 2c4cf2d..488e212 100644 --- a/Makefile +++ b/Makefile @@ -21,6 +21,11 @@ install: all @cp lib/find_cmd.awk ${AWKLIB} @echo Installation Complete +clean: + @echo Removing zod executable + @rm bin/zod + @echo Done + uninstall: @echo Uninstalling zod executables @rm ${PREFIX}/bin/zod