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