Fix Makefile

master
Dmitry Razumov 2 weeks ago
parent af3f3a181d
commit 82ec27a1de
Signed by: asmeron
GPG Key ID: 50BC1DB583B79706

@ -146,7 +146,7 @@ install: check uninstall
clean:
@echo "Clean ..."
@$(RM) -rd ${CMAKE_BUILD_DIR}
@$(RM) -rd "${CMAKE_BUILD_DIR}"
@if [[ -d "${CMAKE_BUILD_DIR}" ]]; then \
echo "Clean: error, compile directory exist ${CMAKE_BUILD_DIR}"; \
else \

Loading…
Cancel
Save