mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
4f10bfcfd2
This is referred to in the documentation, so should be there
11 lines
186 B
Plaintext
11 lines
186 B
Plaintext
package readline
|
|
|
|
sourcedir = "src"
|
|
|
|
modules = Text.Readline
|
|
|
|
prebuild = "make -C readline_glue"
|
|
postinstall = "make -C readline_glue install"
|
|
postclean = "make -C readline_glue clean"
|
|
|