10 lines
231 B
Bash
Executable File
10 lines
231 B
Bash
Executable File
#! /bin/bash
|
|
|
|
# This is a small pre-packaging source generation and include correction script that should be
|
|
# run before packaging this project for use with ZX/Zomp.
|
|
|
|
rm -rf _build
|
|
rm -f ebin/*.beam
|
|
rm -f rebar*
|
|
rm -rf quickcheck
|