split jobs?
This commit is contained in:
parent
a0f59ad819
commit
64728879c9
|
@ -92,7 +92,7 @@ all: $(_bins)
|
||||||
clean: clean-c clean-rust
|
clean: clean-c clean-rust
|
||||||
|
|
||||||
clean-c:
|
clean-c:
|
||||||
rm -r $(OUT_DIR) || true
|
rm -r out || true
|
||||||
|
|
||||||
clean-rust:
|
clean-rust:
|
||||||
rm $(SERVICEPOINT_HEADER_OUT)/servicepoint.h || true
|
rm $(SERVICEPOINT_HEADER_OUT)/servicepoint.h || true
|
||||||
|
|
Loading…
Reference in a new issue