diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-22 12:29:02 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-22 12:29:02 +0100 |
| commit | 6533b732469dd4a8014e9e3ffb29625947d387ed (patch) | |
| tree | e7aa415d9fbdbfeb5a51e476394ad60413a56bf0 /Makefile | |
| parent | 9eb8d72776d95ab8977e5a73523101d816b03a78 (diff) | |
| download | org-drill-6533b732469dd4a8014e9e3ffb29625947d387ed.tar.gz org-drill-6533b732469dd4a8014e9e3ffb29625947d387ed.zip | |
Support changing small sleep on command line
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -43,15 +43,15 @@ clean-elc: all-robot-test: basic-robot-test leitner-robot-test all-card-robot-test spanish-robot-test basic-robot-test: clean-elc - $(EMACS_ENV) ./robot/basic-run.sh + $(EMACS_ENV) ./robot/basic-run.sh $(SMALL) leitner-robot-test: clean-elc - $(EMACS_ENV) ./robot/leitner-run.sh + $(EMACS_ENV) ./robot/leitner-run.sh $(SMALL) all-card-robot-test: clean-elc - $(EMACS_ENV) ./robot/all-card-run.sh + $(EMACS_ENV) ./robot/all-card-run.sh $(SMALL) spanish-robot-test: clean-elc - $(EMACS_ENV) ./robot/spanish-run.sh + $(EMACS_ENV) ./robot/spanish-run.sh $(SMALL) .PHONY: test |
