Forcing default shell to cmd.exe

This commit is contained in:
Vahagn Khachatryan
2018-10-15 11:28:44 +01:00
parent 8a310a72f3
commit 30e5acd915

View File

@@ -1,4 +1,7 @@
SHELL=C:/windows/system32/cmd.exe
.SHELLFLAGS=/C
TEST_FILES = $(wildcard samples/*.zip)
PYTHONPATH = $(CURDIR)/modules/ebooklib
@@ -21,5 +24,3 @@ $(addprefix test_,$(TEST_FILES)): test_%:
.PHONY: setup
setup:
git submodule update