diff --git a/Makefile b/Makefile index e141e82..5e1d08e 100644 --- a/Makefile +++ b/Makefile @@ -3,5 +3,5 @@ check: perlcritic frfac install: - sudo install -o root -g wheel -m 0755 -d /usr/local/bin - sudo install -o root -g wheel -m 0555 frfac /usr/local/bin + install -o root -g wheel -m 0755 -d /usr/local/bin + install -o root -g wheel -m 0555 frfac /usr/local/bin