summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/include_bytes_deps/Makefile
blob: f91af88efe1b715a3dc9fdc183de419de76b90e5 (plain)
1
2
3
4
5
6
7
-include ../tools.mk

# ignore-freebsd

all:
	$(RUSTC) --emit dep-info main.rs
	$(CGREP) "input.txt" "input.bin" "input.md" < $(TMPDIR)/main.d