diff --git a/Makefile b/Makefile index cc12346..e92aa5c 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ install: uninstall: rm -f ${DESTDIR}usr/bin/${TARGET} - rm -f ${DESTDIR}usr/share/licenses/${TARGET}/LICENSE + rm -rf ${DESTDIR}usr/share/licenses/${TARGET} test: @echo -n "Does input \"3.68 120 30d\" gives 317.95? "