rust/tests/run-make/include_bytes_deps/Makefile
2023-03-30 07:34:55 -05:00

8 lines
142 B
Makefile

include ../tools.mk
# ignore-freebsd
all:
$(RUSTC) --emit dep-info main.rs
$(CGREP) "input.txt" "input.bin" "input.md" < $(TMPDIR)/main.d