mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-24 15:07:37 +03:00
15 lines
248 B
Plaintext
Executable File
15 lines
248 B
Plaintext
Executable File
case `uname -s` in
|
|
OpenBSD|FreeBSD|NetBSD)
|
|
MAKE=gmake
|
|
;;
|
|
|
|
*)
|
|
MAKE=make
|
|
;;
|
|
esac
|
|
|
|
${MAKE} all > /dev/null
|
|
$1 --no-color --console-width 0 --no-banner usealloc.idr < input
|
|
rm -rf build
|
|
${MAKE} clean > /dev/null
|