summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-03-30 19:28:52 +0800
committerruki <[email protected]>2017-03-30 19:29:02 +0800
commitaf65fe2694ed010e37545ca5a5335f5e6b5f4c1a (patch)
treee97c58464d805cad067b92915a3d04685c646a6c
parentacd62b71794011d63ee03457a61cbdb28e10eda4 (diff)
modify make tip
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c2b43096..e642f200c 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,9 @@ xmake_loader :=/tmp/xmake_loader
xmake_loader_install:=$(prefix)/bin/xmake
tip:
- @echo '$(MAKE) build; sudo $(MAKE) install'
+ @echo 'Usage: '
+ @echo ' $ make build'
+ @echo ' $ sudo make install [prefix=/usr/local]'
build:
@echo compiling xmake-core ...