index
:
pintos-rs
main
[no description]
git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
rust
/
Makefile
blob: 4a894f25d53c3fc7677b87d0de5c5c408fb09a1e (
plain
) (
blame
)
1
2
3
4
5
6
7
all: cargo rustc -- -C link-arg= -L. clean: cargo clean .PHONY: all clean