mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-01 09:49:24 +03:00
587f73a256
The documentation is now also linked from https://www.idris-lang.org/pages/documentation.html and https://www.idris-lang.org/pages/idris-2-documentation.html
12 lines
144 B
Makefile
12 lines
144 B
Makefile
all:
|
|
${IDRIS2} --build prelude.ipkg
|
|
|
|
install:
|
|
${IDRIS2} --install prelude.ipkg
|
|
|
|
docs:
|
|
${IDRIS2} --mkdoc prelude.ipkg
|
|
|
|
clean:
|
|
$(RM) -r build
|