heptagon/clean_heptc
Léonard Gérard 442f38b196 stronger heptc and clean_heptc
It may be symlinked.
Moreover, when heptc is called with java as first param, it will set the
right target and call javac right after
2011-11-21 03:26:13 +01:00

5 lines
129 B
Bash
Executable file

#!/bin/sh
SCRIPT_DIR=`dirname $(readlink -f $0)`
cd $SCRIPT_DIR
rm -rf compiler/heptc.byte compiler/heptc.d.byte compiler/_build