#!/bin/bash

make clean-msg-only;
rm -rf msg;
cp -r msg_gen1 msg;
make;
