mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 09:49:24 +03:00
9 lines
103 B
Makefile
9 lines
103 B
Makefile
all:
|
|
${IDRIS2} --build prelude.ipkg
|
|
|
|
install:
|
|
${IDRIS2} --install prelude.ipkg
|
|
|
|
clean:
|
|
rm -rf build
|