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

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