Change io crate & add a small shell
This commit is contained in:
6
justfile
6
justfile
@@ -29,8 +29,10 @@ make-symbols:
|
||||
cd build-tools && cargo r --bin gen-symbols --release
|
||||
|
||||
build: mount_filesystem
|
||||
@for file in `ls user`; do \
|
||||
{{ just_executable() }} release="{{ release }}" cargo_flags="{{ cargo_flags }}" build_user_prog $file ; \
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
for file in `ls user`; do
|
||||
{{ just_executable() }} release="{{ release }}" cargo_flags="{{ cargo_flags }}" build_user_prog $file;
|
||||
done
|
||||
RUSTFLAGS="-Cforce-frame-pointers=yes -Clink-arg=-Tilm.ld --sysroot {{ justfile_directory() / "sysroot" }}" cargo b {{ cargo_flags }}
|
||||
{{ just_executable() }} make-symbols
|
||||
|
||||
Reference in New Issue
Block a user