initrd_maker/Tupfile
2024-03-19 09:23:37 -05:00

7 lines
149 B
Plaintext

.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