Compare commits

..

1 commit

Author SHA1 Message Date
Vinzenz Schroeter c2be920c27 split jobs? 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