comparison buildsys/lua/cleanup.sh @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:3e629dc19168
1 #!/bin/sh
2
3 if [ -d lua-5.1.4 ]; then
4 (cd lua-5.1.4;make clean)
5 fi
6