mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-26 22:32:44 +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
|