Skip to content

Commit

Permalink
Make cross compile accessible in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LaszloAshin committed May 12, 2019
1 parent 8fc6eff commit bdd412d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
@@ -1,5 +1,7 @@
compile: make-tinyssh.sh
sh -e make-tinyssh.sh
cross-compile: make-tinysshcc.sh
sh -e make-tinysshcc.sh
clean:
rm -rf build
install:
Expand Down

0 comments on commit bdd412d

Please sign in to comment.