Idris2/libs/network/Makefile
Edwin Brady e17f66244a Move network support to libidris2_support
This makes the support stuff much simpler, and also makes the racket
bootstrap process easier
2020-05-23 15:52:33 +01:00

9 lines
105 B
Makefile

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