Delete Makefile
removing regression test
This commit is contained in:
parent
568b722140
commit
cda130fd03
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
include ../../run-make-fulldeps/tools.mk
|
||||
|
||||
ifeq ($(TARGET),wasm32-unknown-unknown)
|
||||
all:
|
||||
$(RUSTC) foo.rs --crate-type cdylib --target $(TARGET) -C linker=clang
|
||||
else ifeq ($(TARGET),wasm64-unknown-unknown)
|
||||
all:
|
||||
$(RUSTC) foo.rs --crate-type cdylib --target $(TARGET) -C linker=clang
|
||||
else
|
||||
all:
|
||||
endif
|
Loading…
Add table
Reference in a new issue