mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
e17f66244a
This makes the support stuff much simpler, and also makes the racket bootstrap process easier
9 lines
105 B
Makefile
9 lines
105 B
Makefile
all:
|
|
${IDRIS2} --build network.ipkg
|
|
|
|
install:
|
|
${IDRIS2} --install network.ipkg
|
|
|
|
clean:
|
|
$(RM) -r build
|