build: fix bmake clean by using absolute paths for directory removal

This commit is contained in:
2026-01-11 18:06:22 +01:00
parent bf5863fcb1
commit 86f08bec19
+1 -1
View File
@@ -37,4 +37,4 @@ obj/release/${_src:T:R}.o: ${_src}
.dinclude "obj/release/*.d" .dinclude "obj/release/*.d"
clean: clean:
rm -rf ${OBJ_DIR} ${BIN_DIR} rm -rf ${.CURDIR}/${OBJ_DIR} ${.CURDIR}/${BIN_DIR}