summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/static-unwinding/Makefile
blob: cb0397442658df659765388617854b25dabf5d71 (plain)
1
2
3
4
5
6
-include ../tools.mk

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