This website requires JavaScript.
Explore
Help
Sign In
idris-lang
/
Idris2
Watch
1
Star
1
Fork
0
You've already forked Idris2
mirror of
https://github.com/idris-lang/Idris2.git
synced
2024-12-18 16:51:51 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
0d52b194b5
Idris2
/
libs
/
network
/
Makefile
9 lines
105 B
Makefile
Raw
Normal View
History
Unescape
Escape
Move network support to libidris2_support This makes the support stuff much simpler, and also makes the racket bootstrap process easier
2020-05-23 17:52:33 +03:00
all
:
Add libraries
2020-05-18 15:59:07 +03:00
${
IDRIS2
}
--build network.ipkg
install
:
${
IDRIS2
}
--install network.ipkg
Move network support to libidris2_support This makes the support stuff much simpler, and also makes the racket bootstrap process easier
2020-05-23 17:52:33 +03:00
clean
:
$(
RM
)
-r build
Reference in New Issue
Copy Permalink