view buildsys/lua/cleanup.sh @ 236:9bca9ca46db9

- dyncallback 'long long' arg fix for Darwin/PPC
author Tassilo Philipp
date Tue, 02 May 2017 02:52:56 +0200
parents 3e629dc19168
children
line wrap: on
line source

#!/bin/sh

if [ -d lua-5.1.4 ]; then
  (cd lua-5.1.4;make clean)
fi