aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-03-29 21:46:36 +0800
committerLi Jin <dragon-fly@qq.com>2020-03-29 21:46:36 +0800
commit147893cdbf00d40ebda6b7840d3734ccda294347 (patch)
tree574a5d732fa776aa8cb2d32398a108acfd047c6b /makefile
parent13c5e230e0fb1e64ddd0e4cd348aac2bd291bdb9 (diff)
downloadyuescript-147893cdbf00d40ebda6b7840d3734ccda294347.tar.gz
yuescript-147893cdbf00d40ebda6b7840d3734ccda294347.tar.bz2
yuescript-147893cdbf00d40ebda6b7840d3734ccda294347.zip
update readme, add changelogs.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 41eb380..b8484a7 100644
--- a/makefile
+++ b/makefile
@@ -188,7 +188,7 @@ dirs:
188 188
189# Installs to the set path 189# Installs to the set path
190.PHONY: install 190.PHONY: install
191install: 191install: release
192 @echo "Installing to $(DESTDIR)$(INSTALL_PREFIX)/bin" 192 @echo "Installing to $(DESTDIR)$(INSTALL_PREFIX)/bin"
193 @$(INSTALL_PROGRAM) $(BIN_PATH)/$(BIN_NAME) $(DESTDIR)$(INSTALL_PREFIX)/bin 193 @$(INSTALL_PROGRAM) $(BIN_PATH)/$(BIN_NAME) $(DESTDIR)$(INSTALL_PREFIX)/bin
194 194