diff --git a/Makefile b/Makefile index f68e7a8..ca70318 100755 --- a/Makefile +++ b/Makefile @@ -26,10 +26,12 @@ run: install: install -Dm 0755 bin/${TARGET} ${DESTDIR}${PREFIX}/bin/${TARGET} install -Dm 0644 init/systemd.service ${DESTDIR}${SYSDDIR}/${TARGET}.service +# install -Dm 0644 LICENSE ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE uninstall: rm ${DESTDIR}${PREFIX}/bin/${TARGET} rm ${DESTDIR}${SYSDDIR}/${TARGET}.service +# rm ${DESTDIR}/usr/share/licenses/${TARGET}/LICENSE clean: rm -f bin/${TARGET}