mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
9 lines
105 B
Makefile
9 lines
105 B
Makefile
all:
|
|
${IDRIS2} --build contrib.ipkg
|
|
|
|
install:
|
|
${IDRIS2} --install contrib.ipkg
|
|
|
|
clean:
|
|
$(RM) -r build
|