Compare commits
1 commit
e4801f9f87
...
c2be920c27
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c2be920c27 |
|
@ -92,7 +92,7 @@ all: $(_bins)
|
||||||
clean: clean-c clean-rust
|
clean: clean-c clean-rust
|
||||||
|
|
||||||
clean-c:
|
clean-c:
|
||||||
rm -r out || true
|
rm -r $(OUT_DIR) || 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