We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b2004 commit 2942e68Copy full SHA for 2942e68
Makefile
@@ -12,7 +12,7 @@ acceptance-%: %
12
cd $< && make acceptance
13
.PHONY: acceptance-%
14
15
-clean: $(patsubst %,clean-%,$(languages)) ## Remove all build artifacts and files generated by the acceptance tests for all supported languages
+clean: $(patsubst %,clean-%,$(languages)) ## Remove all build artifacts and files generated by the acceptance tests for all supported languages
16
.PHONY: clean
17
18
clean-%: %
@@ -59,4 +59,4 @@ docker-run: ## Start a docker container with all languages and tools installed
59
--tty \
60
cucumber/cucumber-build:0.13.0 \
61
bash
62
-.PHONY:
+.PHONY:
0 commit comments