lean4-htt/src/bin/leanmake
Sebastian Ullrich a6fbf3c20e refactor: make stages internally consistent by compiling the stageN lib with the stageN compiler, rename static libraries
The old stage1 is now stage0.5, which at least suggests that it's not an entirely consistent stage in general
2020-05-14 23:13:51 +02:00

5 lines
136 B
Bash
Executable file

#!/usr/bin/env bash
set -euo pipefail
bindir=$(dirname $0)
PATH="$bindir:$PATH" ${MAKE:-make} -f "$bindir/../share/lean/Makefile" "$@"