view buildsys/lua/cleanup.sh @ 229:0ce6beba55df

- dynload_windows.c cosmetics
author Tassilo Philipp
date Sun, 16 Apr 2017 14:55:17 +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