Add clean target

This commit is contained in:
c0dev0id 2022-12-24 08:35:57 +01:00
parent 0b75d9ce1f
commit 6278f5844e
1 changed files with 5 additions and 0 deletions

View File

@ -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