Skip to content

Commit 5f001d1

Browse files
committed
build(Makefile): add make command alias for Windows
1 parent 420f4a0 commit 5f001d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ SRC_DIR := $(CURDIR)/src
55
DIST_DIR := $(CURDIR)/_book
66
PUBLIC_DIR := $(CURDIR)/public
77

8+
####################################
9+
# Command definition
10+
####################################
11+
ifeq ($(OS),Windows_NT)
12+
MAKE = make --file=Makefile
13+
endif
14+
815
####################################
916
# Self-documentize utility
1017
####################################

0 commit comments

Comments
 (0)