mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-11 06:14:41 +03:00
10 lines
185 B
Plaintext
10 lines
185 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"
|