diff --git a/make b/make index 3c49fac..8fac7ba 100755 --- a/make +++ b/make @@ -96,7 +96,7 @@ elif [ "$target" = "freebsd" ]; then -DFUN_WITH_REPL=ON \ && cmake --build build --target fun elif [ "$target" = "install" ]; then - sudo cmake --build build --target install + cmake --build build --target install elif [ "$target" = "minimal" ]; then rm -rf build \ && cmake -S . -B build \