From 452ef31545d125176daf856eb644c9db6a947330 Mon Sep 17 00:00:00 2001 From: scharlatan Date: Tue, 9 Feb 2016 17:16:30 +0100 Subject: [PATCH] Add an uninstall option to the makefile. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 3f241a5..9aaa8d2 100644 --- a/Makefile +++ b/Makefile @@ -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