diff options
| author | TitanSnow <[email protected]> | 2017-05-25 07:44:04 +0800 |
|---|---|---|
| committer | TitanSnow <[email protected]> | 2017-05-25 07:44:04 +0800 |
| commit | 7ee82c2b09ee0af9289c2aad852707bd7d2e637b (patch) | |
| tree | c215e232e2ba8f92d449b62b204b52b3e6682c61 /makefile | |
| parent | a00ed183e738749f8c5068a3fe56dab54b4fb961 (diff) | |
fix chaos installation
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -68,8 +68,6 @@ install: @if [ ! -d $(prefix)/bin ]; then mkdir -p $(prefix)/bin; fi @mv $(xmake_loader) $(xmake_loader_install) @chmod 777 $(xmake_loader_install) - @# tip - @$(if $(findstring $(prefix)/bin,$(PATH)),,echo 'please export PATH=$$PATH:$(prefix)/bin') @# remove xmake.out @if [ -f '/tmp/xmake.out' ]; then rm /tmp/xmake.out; fi @# ok |
