From 6533b732469dd4a8014e9e3ffb29625947d387ed Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Sat, 22 Jun 2019 12:29:02 +0100 Subject: Support changing small sleep on command line --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4befd46..6dfd2ef 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3