7 lines
79 B
Makefile
7 lines
79 B
Makefile
include ../tools.mk
|
|
|
|
all:
|
|
$(RUSTC) lib.rs
|
|
$(RUSTC) main.rs
|
|
$(call RUN,main)
|