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
/
compile-stdin
/
Makefile
blob: be15548690fb51ba99a139502519971b50c8b146 (
plain
)
1
2
3
4
5
include ../tools.mk
all
:
echo
'fn main(){}'
|
$(
RUSTC
)
-
$(
call
RUN,rust_out
)