diff options
author | Li Jin <dragon-fly@qq.com> | 2020-03-29 21:46:36 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2020-03-29 21:46:36 +0800 |
commit | 147893cdbf00d40ebda6b7840d3734ccda294347 (patch) | |
tree | 574a5d732fa776aa8cb2d32398a108acfd047c6b /makefile | |
parent | 13c5e230e0fb1e64ddd0e4cd348aac2bd291bdb9 (diff) | |
download | yuescript-147893cdbf00d40ebda6b7840d3734ccda294347.tar.gz yuescript-147893cdbf00d40ebda6b7840d3734ccda294347.tar.bz2 yuescript-147893cdbf00d40ebda6b7840d3734ccda294347.zip |
update readme, add changelogs.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
191 | install: | 191 | install: 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 | ||