index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
run-make-fulldeps
/
longjmp-across-rust
/
Makefile
blob: 848638d82dd6e89040dcc86a11beb9a9915b4354 (
plain
)
1
2
3
4
5
include ../tools.mk
all
:
$(
call
NATIVE_STATICLIB
,
foo
)
$(
RUSTC
)
main.rs
$(
call
RUN,main
)