diff options
| author | ruki <[email protected]> | 2020-09-26 20:46:06 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-09-26 20:46:06 +0800 |
| commit | b1c358e57b442610f481cf8c834ae46c90b99645 (patch) | |
| tree | f4fe7118dcbc15361efad360fc65e05e9d93c2eb /makefile | |
| parent | 666cff34c4bda3b6896adfdcdc7df85ab0287d29 (diff) | |
improve xmake.spec
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -86,11 +86,6 @@ else xmake_core_install :=$(destdir)/bin/xmake endif -tip: - @echo 'Usage: ' - @echo ' $ make build' - @echo ' $ sudo make install [PREFIX=/usr/local] [DESTDIR=/xxx]' - build: @echo compiling xmake-core ... @if [ -f core/.config.mak ]; then rm core/.config.mak; fi @@ -127,4 +122,4 @@ test: @xmake lua --verbose tests/run.lua $(name) @echo ok! -.PHONY: tip build install uninstall +.PHONY: build install uninstall |
