Adding a package prep script
EC Utils Tests / tests (push) Failing after -4m5s

This commit is contained in:
2025-01-23 21:48:28 +09:00
parent eebfedd810
commit 14cb92e7ab
3 changed files with 11 additions and 10 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#! /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