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-11 06:14:41 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
7f7b11ed54
Idris2
/
libs
/
prelude
/
Makefile
9 lines
105 B
Makefile
Raw
Normal View
History
Unescape
Escape
Add libraries
2020-05-18 15:59:07 +03:00
all
:
${
IDRIS2
}
--build prelude.ipkg
install
:
${
IDRIS2
}
--install prelude.ipkg
clean
:
Refactor makefiles
2020-05-19 15:50:47 +03:00
$(
RM
)
-r build
Reference in New Issue
Copy Permalink