mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 16:21:46 +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
135 B
Makefile
12 lines
135 B
Makefile
all:
|
|
${IDRIS2} --build base.ipkg
|
|
|
|
install:
|
|
${IDRIS2} --install base.ipkg
|
|
|
|
docs:
|
|
${IDRIS2} --mkdoc base.ipkg
|
|
|
|
clean:
|
|
$(RM) -r build
|