Forcing default shell to cmd.exe
This commit is contained in:
5
Makefile
5
Makefile
@@ -1,4 +1,7 @@
|
|||||||
|
|
||||||
|
SHELL=C:/windows/system32/cmd.exe
|
||||||
|
.SHELLFLAGS=/C
|
||||||
|
|
||||||
TEST_FILES = $(wildcard samples/*.zip)
|
TEST_FILES = $(wildcard samples/*.zip)
|
||||||
|
|
||||||
PYTHONPATH = $(CURDIR)/modules/ebooklib
|
PYTHONPATH = $(CURDIR)/modules/ebooklib
|
||||||
@@ -21,5 +24,3 @@ $(addprefix test_,$(TEST_FILES)): test_%:
|
|||||||
.PHONY: setup
|
.PHONY: setup
|
||||||
setup:
|
setup:
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user