Skip to content

Commit

Permalink
scp osx version packaging improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Vanek authored and Petr Vanek committed Apr 16, 2016
1 parent 85f7b84 commit 580ec56
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 @@ -32,7 +32,7 @@ clean:

all: clean trainer_linux trainer_linux_static win32 win64

package_osx:
package_osx: osx
gzip -c ./bin/trainer_osx > ./release/trainer_osx.gz
scp ./release/trainer_osx.gz [email protected]:/home/vanous/bin/projects/c/trainer/release

Expand Down

0 comments on commit 580ec56

Please sign in to comment.