Add an uninstall option to the makefile.

This commit is contained in:
scharlatan 2016-02-09 17:16:30 +01:00
parent ad9352b2dd
commit 452ef31545
1 changed files with 4 additions and 0 deletions

View File

@ -15,3 +15,7 @@ install:
chmod +x ${P}/bin/md2html.awk
cp -f sw ${P}/bin/sw
chmod +x ${P}/bin/sw
uninstall:
rm -f ${P}/bin/md2html.awk
rm -f ${P}/bin/sw