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

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