We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d3ef45 commit 218252eCopy full SHA for 218252e
Makefile
@@ -1,4 +1,4 @@
1
-PROJECT_ROOT=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
+PROJECT_ROOT=$(subst \,/,$(dir $(realpath $(firstword $(MAKEFILE_LIST)))))
2
BUILD_DIR=$(PROJECT_ROOT)build
3
SCRIPT_DIR=$(PROJECT_ROOT)tools
4
SHELL=/bin/bash
0 commit comments