Fix Makefile

master
Dmitry Razumov 1 week ago
parent 0738b09642
commit 132c41c962
Signed by: asmeron
GPG Key ID: 50BC1DB583B79706

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

Loading…
Cancel
Save