mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
9 lines
99 B
Makefile
9 lines
99 B
Makefile
all:
|
|
${IDRIS2} --build base.ipkg
|
|
|
|
install:
|
|
${IDRIS2} --install base.ipkg
|
|
|
|
clean:
|
|
$(RM) -r build
|