source: tools/portscan/make.sh @ 34047

Last change on this file since 34047 was 7529, checked in by obi, 13 years ago

[tools] update some makefiles

  • Property svn:executable set to *
File size: 331 bytes
Line 
1STM=$1
2
3if [ -z "$STM" ]; then
4        echo "error: use ./make.sh <stm22|stm23|stm24>"
5        exit 1
6fi
7
8cd $HOME/tools/portscan
9
10"$HOME"/flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-gcc portscan.c -O2 -lpthread -o portscan
11"$HOME"/flashimg/BUILDGIT/checkout_"$STM"/tdt/tufsbox/devkit/sh4/bin/sh4-linux-strip portscan
Note: See TracBrowser for help on using the repository browser.