view buildsys/lua/cleanup.sh @ 237:98503af08916

- changelog mentioning darwin/ppc fixes
author Tassilo Philipp
date Tue, 02 May 2017 02:55:16 +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