view buildsys/lua/cleanup.sh @ 329:8b0fc583ce62

- tex formatting fix - ToDo list cleanup
author Tassilo Philipp
date Fri, 22 Nov 2019 23:23:14 +0100
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