diff options
Diffstat (limited to 'tests/run-make/windows-subsystem/Makefile')
-rw-r--r-- | tests/run-make/windows-subsystem/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/run-make/windows-subsystem/Makefile b/tests/run-make/windows-subsystem/Makefile new file mode 100644 index 000000000..e3cf9181d --- /dev/null +++ b/tests/run-make/windows-subsystem/Makefile @@ -0,0 +1,6 @@ +# ignore-cross-compile +include ../tools.mk + +all: + $(RUSTC) windows.rs + $(RUSTC) console.rs |