diff options
Diffstat (limited to 'tests/run-make-fulldeps/issue-28595/Makefile')
-rw-r--r-- | tests/run-make-fulldeps/issue-28595/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/run-make-fulldeps/issue-28595/Makefile b/tests/run-make-fulldeps/issue-28595/Makefile deleted file mode 100644 index 30a1d9c56..000000000 --- a/tests/run-make-fulldeps/issue-28595/Makefile +++ /dev/null @@ -1,6 +0,0 @@ -include ../tools.mk - -all: $(call NATIVE_STATICLIB,a) $(call NATIVE_STATICLIB,b) - $(RUSTC) a.rs - $(RUSTC) b.rs - $(call RUN,b) |