1
1
mirror of https://github.com/idris-lang/Idris2.git synced 2024-12-20 10:02:03 +03:00
Idris2/libs/base/Makefile
2020-05-19 18:50:47 +06:00

9 lines
99 B
Makefile

all:
${IDRIS2} --build base.ipkg
install:
${IDRIS2} --install base.ipkg
clean:
$(RM) -r build