Skip to content

Commit

Permalink
fix makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
e7mac committed Mar 26, 2019
1 parent fe576a9 commit 3e9673b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
####################################################################
#
#
# Rules used to build and release the SDK.
#
####################################################################

tagCommit:
git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`
git tag `cat sdk-version.txt`; git push origin `cat sdk-version.txt`

deploy: tagCommit
deploy: tagCommit

0 comments on commit 3e9673b

Please sign in to comment.