summaryrefslogtreecommitdiff
path: root/localserver/buildasan.sh
blob: 08332b956d7a6b1da9e2001e3f4423642ab3a0ae (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/bash

export DIR=`pwd`
rm -rf ../../server-plugin/build/
mkdir ../../server-plugin/build/
cd ${DIR}/../../server-code/
make clean
./build.sh