diff options
Diffstat (limited to 'test/build')
-rwxr-xr-x | test/build/aterm-build.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/build/aterm-build.sh b/test/build/aterm-build.sh index cfc83806b..f8cca71aa 100755 --- a/test/build/aterm-build.sh +++ b/test/build/aterm-build.sh @@ -8,3 +8,5 @@ cd aterm-* ./configure --prefix=$top make make install +cd .. +rm -rf aterm-* |