summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-xmakesrc.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/makesrc.sh b/makesrc.sh
index 65c4fd8..a68df44 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -20,6 +20,8 @@ else
pushd $PROJECT-$COMMIT
git checkout $COMMIT || exit 1
cp composer.json ../composer.json
+ rm build-abnfgen.sh
+ rm tests/abnfgen-0.20.tar.gz
popd
echo "Archiving..."