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