Fixed buffer overflows, makefile

This commit is contained in:
2022-10-04 15:48:54 +02:00
parent 751d2040c7
commit 58ff0b92a7
3 changed files with 104 additions and 103 deletions

View File

@ -16,7 +16,7 @@ else
endif
uninstall:
ifneq ($(shell id -u), 0)
@echo "You must be root to uninstall"
@echo "You must be root to uninstall"
else
echo "Removing man file"
rm -rf /usr/local/share/man/man1/ropipe.1
@ -26,3 +26,4 @@ endif
update:
git pull
make install