summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorruki <[email protected]>2020-09-26 20:46:06 +0800
committerruki <[email protected]>2020-09-26 20:46:06 +0800
commitb1c358e57b442610f481cf8c834ae46c90b99645 (patch)
treef4fe7118dcbc15361efad360fc65e05e9d93c2eb /makefile
parent666cff34c4bda3b6896adfdcdc7df85ab0287d29 (diff)
improve xmake.spec
Diffstat (limited to 'makefile')
-rw-r--r--makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/makefile b/makefile
index acd92d640..d6103f6a6 100644
--- a/makefile
+++ b/makefile
@@ -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