diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-04-03 20:30:06 -0300 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-04-04 09:04:55 -0300 |
| commit | ed6c3f4c09f56b0f3ab2476c3fd2e56dc00826e1 (patch) | |
| tree | d3f2d6072062404c2387f35eed4acfd5cc966ead /html | |
| parent | f72d79e592d4cd224e394ac9cc93a21aa65a4c59 (diff) | |
| download | muhqs-game-ed6c3f4c09f56b0f3ab2476c3fd2e56dc00826e1.tar.gz muhqs-game-ed6c3f4c09f56b0f3ab2476c3fd2e56dc00826e1.zip | |
explicitly use bash as shell
Diffstat (limited to 'html')
| -rw-r--r-- | html/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/Makefile b/html/Makefile index 9188c4a5..25997e88 100644 --- a/html/Makefile +++ b/html/Makefile @@ -1,4 +1,5 @@ VERBOSE ?= @ +SHELL := bash HTML_TEMPLATE := template.html PANDOC_FLAGS := -f markdown --embed-resources --standalone --template=$(HTML_TEMPLATE) |
