split jobs?
This commit is contained in:
parent
a0f59ad819
commit
64728879c9
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue