We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 420f4a0 commit 5f001d1Copy full SHA for 5f001d1
Makefile
@@ -5,6 +5,13 @@ SRC_DIR := $(CURDIR)/src
5
DIST_DIR := $(CURDIR)/_book
6
PUBLIC_DIR := $(CURDIR)/public
7
8
+####################################
9
+# Command definition
10
11
+ifeq ($(OS),Windows_NT)
12
+ MAKE = make --file=Makefile
13
+endif
14
+
15
####################################
16
# Self-documentize utility
17
0 commit comments