We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02a299 commit 045d0e4Copy full SHA for 045d0e4
Makefile
@@ -41,11 +41,10 @@ help:
41
@echo "Available targets:"
42
@echo " install - Install project dependencies"
43
@echo " setup-miniwob - Setup MiniWoB++ dependencies"
44
- @echo " setup-webarena-verified - Setup WebArena Verified dependencies"
45
@echo " install-demo - Install demo dependencies"
46
@echo " demo - Run demo agent"
47
@echo " test-core - Run core tests"
48
@echo " clean-miniwob - Remove MiniWoB++ directory"
49
@echo " help - Show this help message"
50
51
-.PHONY: install setup-miniwob setup-webarena-verified install-demo demo test-core clean-miniwob help
+.PHONY: install setup-miniwob install-demo demo test-core clean-miniwob help
0 commit comments