mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-23 22:22:07 +03:00
16 lines
212 B
Plaintext
Executable File
16 lines
212 B
Plaintext
Executable File
. ../../testutils.sh
|
|
|
|
case $(uname -s) in
|
|
OpenBSD | FreeBSD | NetBSD)
|
|
MAKE=gmake
|
|
;;
|
|
|
|
*)
|
|
MAKE=make
|
|
;;
|
|
esac
|
|
|
|
${MAKE} all > /dev/null
|
|
run Struct.idr
|
|
${MAKE} clean > /dev/null
|