# ignore-cross-compile
include ../tools.mk

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