#! /bin/sh

lex -t scan_sbe.l > scan_sbe.c
gcc -g -o scan_sbe scan_sbe.c -ll -lm
chmod a+x scan_sbe
mv scan_sbe ../../../../gfi/bin/lnx
