aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 60f8ce1..d8c2621 100644
--- a/Makefile
+++ b/Makefile
@@ -93,8 +93,8 @@ clean:
ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
install:
- @cd $(LZ4DIR); $(MAKE) -e install
- @cd $(PRGDIR); $(MAKE) -e install
+ @cd $(LZ4DIR); sudo $(MAKE) -e install
+ @cd $(PRGDIR); sudo $(MAKE) -e install
uninstall:
@cd $(LZ4DIR); $(MAKE) uninstall