added make uninstall

This commit is contained in:
vanhauser-thc 2021-08-17 18:21:35 +02:00
parent 403d00e897
commit 93cee75419
4 changed files with 13 additions and 0 deletions

View file

@ -3,3 +3,6 @@ all:
clean:
cp -f Makefile.orig Makefile
uninstall:
@echo Error: you must run "./configure" first