We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaab128 commit 38c1c0cCopy full SHA for 38c1c0c
Makefile
@@ -1,3 +1,6 @@
1
+# Use /bin/bash instead of /bin/sh
2
+export SHELL = /bin/bash
3
+
4
## ========================================
5
## Commands for both workshop and lesson websites.
6
@@ -142,8 +145,3 @@ lesson-files :
142
145
lesson-fixme :
143
146
@fgrep -i -n FIXME ${MARKDOWN_SRC} || true
144
147
-#-------------------------------------------------------------------------------
-# Include extra commands if available.
148
-
149
--include commands.mk
0 commit comments