mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-03 00:36:37 +03:00
9 lines
105 B
Makefile
9 lines
105 B
Makefile
all:
|
|
${IDRIS2} --build prelude.ipkg
|
|
|
|
install:
|
|
${IDRIS2} --install prelude.ipkg
|
|
|
|
clean:
|
|
$(RM) -r build
|