fix makefile target for static files

This commit is contained in:
c9s 2021-02-15 02:13:47 +08:00
parent 2c12ebcb9b
commit 0782fda8c5
2 changed files with 1 additions and 13 deletions

View File

@ -46,7 +46,7 @@ desktop.osx: $(OSX_APP_CONTENTS_DIR)/MacOS/bbgo-desktop $(OSX_APP_CONTENTS_DIR)/
desktop: desktop.osx
dist: bbgo.linux bbgo.darwin desktop
dist: static bbgo.linux bbgo.darwin desktop
mkdir -p $(DIST_DIR)
tar -C $(BUILD_DIR) -cvzf $(DIST_DIR)/bbgo-$$(git describe --tags).tar.gz .

File diff suppressed because one or more lines are too long