rust/tests/run-make/windows-binary-no-external-deps/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
111 B
Makefile
Raw Normal View History

include ../tools.mk
# only-windows
PATH=$(SYSTEMROOT)/system32
all:
$(RUSTC) hello.rs
$(TMPDIR)/hello.exe