aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-29 17:49:33 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-29 17:49:33 +0100
commitc44ca7447b9b4f53f568e4d55614a5848717fd78 (patch)
tree56e3dab45c4a3b54773beff54b782633dbca1bf7 /Makefile
parente7460b6262cc8d3a1c27339cdc55969dfa03e409 (diff)
downloadorg-drill-c44ca7447b9b4f53f568e4d55614a5848717fd78.tar.gz
org-drill-c44ca7447b9b4f53f568e4d55614a5848717fd78.zip
Document explainer
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9d0afbc..4a8b4ad 100644
--- a/Makefile
+++ b/Makefile
@@ -57,4 +57,7 @@ all-card-robot-test: clean-elc
spanish-robot-test: clean-elc
$(EMACS_ENV) ./robot/spanish-run.sh $(SMALL)
+explainer-robot-test: clean-elc
+ $(EMACS_ENV) ./robot/explainer-run.sh $(SMALL)
+
.PHONY: test