#!/bin/sh -x

rm -rf `cat tmp.files`

cmake .
make clean
make

# VERBOSE=1  \make

ls -l libcommon.so
