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 63d4e74 commit da925d8Copy full SHA for da925d8
Makefile
@@ -1,3 +1,5 @@
1
+SHELL := /bin/bash
2
+
3
SOURCES := $(wildcard *.asciidoc)
4
HTML_PAGES := $(patsubst %.asciidoc, %.html, ${SOURCES})
5
TESTS := $(patsubst %.asciidoc, test_%, ${SOURCES})
0 commit comments