#!/bin/bash

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