mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
9 lines
97 B
Makefile
9 lines
97 B
Makefile
|
all:
|
||
|
${IDRIS2} --build base.ipkg
|
||
|
|
||
|
install:
|
||
|
${IDRIS2} --install base.ipkg
|
||
|
|
||
|
clean:
|
||
|
rm -rf build
|