#!/bin/sh
olddir=`pwd`
bin/make_am timer-textmode
cd ..
echo "Cleaning up..."
make clean
echo "Configuring wasabi for timer and text mode APIs."
./configure CFLAGS="-I`pwd`/src/wasabicfg/timer_textmode" CXXFLAGS="-I`pwd`/src/wasabicfg/timer_textmode"
cd $olddir
