mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-24 12:54:28 +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
|