Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 24, 2023
1 parent 61e1b90 commit cc8c558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ release: clean dist
upload_example:
mkdir -p $(distdir)/trading_engine_example
cd example && GOOS=linux GOARCH=amd64 go build -o ../$(distdir)/trading_engine_example/example example.go
cp -rf example/statics $(distdir)/trading_engine_example/
upx -9 $(distdir)/trading_engine_example/example
cp -rf example/statics $(distdir)/trading_engine_example/
cp -rf example/demo.html $(distdir)/trading_engine_example/
scp -r $(distdir)/trading_engine_example/ demo:~/

Expand Down

0 comments on commit cc8c558

Please sign in to comment.