#!/bin/sh

cd ..
mkdir copy
cd copy
cp -rf ../app/* .

rm makefile-local
make cask-free-test
