Commit 00783ecc authored by multrus's avatar multrus
Browse files

cleanup

parent 17a3401a
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -30,7 +30,6 @@
#   the United Nations Convention on Contracts on the International Sales of Goods.
#

options=$1
WORKDIR=..
OBJDIR=obj

@@ -65,7 +64,7 @@ while getopts ":ftnhd:" OPT; do
done

if [ $help -ne 0 ]; then
    echo "Usage: $0 [-ftn]"
    echo "Usage: $0 [-dftn]"
    echo " where"
    echo "       -d <dir>: set C-code dir (default: ${WORKDIR})"
    echo "       -f: functions only"