mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix makefile target for static files
This commit is contained in:
parent
2c12ebcb9b
commit
0782fda8c5
2
Makefile
2
Makefile
|
@ -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 .
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user