Compare commits

..

1 commit

Author SHA1 Message Date
Vinzenz Schroeter c2be920c27 split jobs?
Some checks failed
Rust / build-musl-beta (pull_request) Failing after 48s
Rust / build-size-musl-unstable (pull_request) Failing after 48s
Rust / build-size-gnu-unstable (pull_request) Successful in 1m10s
Rust / build-gnu-apt (pull_request) Successful in 4m18s
2025-05-04 00:11:19 +02:00

View file

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