diff --git a/Makefile b/Makefile index 513463f..d0ef048 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,8 @@ clean: install: install -Dm755 ${TARGET} ${DESTDIR}usr/bin/${TARGET} + install -Dm644 LICENSE ${DESTDIR}usr/share/licenses/kwh-calc/LICENSE uninstall: - rm -f /usr/bin/${TARGET} \ No newline at end of file + rm -f ${DESTDIR}usr/bin/${TARGET} + rm -f ${DESTDIR}usr/share/licenses/kwh-calc/LICENSE \ No newline at end of file