split jobs?
Some checks failed
Rust / build-size-gnu-unstable (pull_request) Has been cancelled
Rust / build-gnu-apt (pull_request) Has been cancelled
Rust / build-size-musl-unstable (pull_request) Failing after 49s
Rust / build-musl-beta (pull_request) Failing after 48s

This commit is contained in:
Vinzenz Schroeter 2025-05-03 23:51:27 +02:00
parent a0f59ad819
commit 64728879c9

View file

@ -92,7 +92,7 @@ all: $(_bins)
clean: clean-c clean-rust
clean-c:
rm -r $(OUT_DIR) || true
rm -r out || true
clean-rust:
rm $(SERVICEPOINT_HEADER_OUT)/servicepoint.h || true