Skip to content

Commit 757b034

Browse files
committed
Try to make it build with docker
1 parent 2b63f4c commit 757b034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libxlsxwriter/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ clean :
3636
$(Q)$(MAKE) clean -C src
3737
# $(Q)$(MAKE) clean -C test/unit
3838
# $(Q)$(MAKE) clean -C test/functional/src
39-
$(Q)$(MAKE) clean -C examples
39+
# $(Q)$(MAKE) clean -C examples
4040
$(Q)rm -rf docs/html
4141
$(Q)rm -rf test/functional/__pycache__
4242
$(Q)rm -f test/functional/*.pyc

0 commit comments

Comments
 (0)