Skip to content

Commit 38c1c0c

Browse files
maxim-belkinfmichonneau
authored andcommitted
Makefile: Specify shell. Don't include commands.mk
1 parent aaab128 commit 38c1c0c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Makefile

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Use /bin/bash instead of /bin/sh
2+
export SHELL = /bin/bash
3+
14
## ========================================
25
## Commands for both workshop and lesson websites.
36

@@ -142,8 +145,3 @@ lesson-files :
142145
lesson-fixme :
143146
@fgrep -i -n FIXME ${MARKDOWN_SRC} || true
144147

145-
#-------------------------------------------------------------------------------
146-
# Include extra commands if available.
147-
#-------------------------------------------------------------------------------
148-
149-
-include commands.mk

0 commit comments

Comments
 (0)