diff options
| -rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 ... |
