initrd_maker/Tupfile

7 lines
149 B
Plaintext
Raw Normal View History

2024-03-19 09:23:37 -05:00
.gitignore
export RUSTUP_HOME
RUSTC_FLAGS = -C debuginfo=0 -C opt-level=3 --edition 2021
: initrd_maker.rs |> rustc $(RUSTC_FLAGS) -o %o %f |> %B