summaryrefslogtreecommitdiffstats
path: root/tests/run-make/static-unwinding/Makefile
blob: 4b093f936086c02bf0ebe90af70ad3ef383c85aa (plain)
1
2
3
4
5
6
7
8
# ignore-cross-compile
# needs-unwind
include ../tools.mk

all:
	$(RUSTC) lib.rs
	$(RUSTC) main.rs
	$(call RUN,main)