summary refs log tree commit diff
path: root/src/test/run-make/wasm-custom-sections-opt/Makefile
blob: 63644c513c30db5c0662663039ea96eed37e1be7 (plain)
1
2
3
4
5
6
7
8
9
-include ../../run-make-fulldeps/tools.mk

ifeq ($(TARGET),wasm32-unknown-unknown)
all:
	$(RUSTC) foo.rs -O --target wasm32-unknown-unknown
	$(NODE) foo.js $(TMPDIR)/foo.wasm
else
all:
endif