]> git.proxmox.com Git - rustc.git/blob - tests/run-make/include_bytes_deps/Makefile
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / include_bytes_deps / Makefile
1 include ../tools.mk
2
3 # ignore-freebsd
4
5 all:
6 $(RUSTC) --emit dep-info main.rs
7 $(CGREP) "input.txt" "input.bin" "input.md" < $(TMPDIR)/main.d