Fix Makefile

master
Dmitry Razumov 2 weeks ago
parent 6fc6702989
commit 5afb500492
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