Skip to content

Commit 045d0e4

Browse files
committed
update makefile
1 parent e02a299 commit 045d0e4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,10 @@ help:
4141
@echo "Available targets:"
4242
@echo " install - Install project dependencies"
4343
@echo " setup-miniwob - Setup MiniWoB++ dependencies"
44-
@echo " setup-webarena-verified - Setup WebArena Verified dependencies"
4544
@echo " install-demo - Install demo dependencies"
4645
@echo " demo - Run demo agent"
4746
@echo " test-core - Run core tests"
4847
@echo " clean-miniwob - Remove MiniWoB++ directory"
4948
@echo " help - Show this help message"
5049

51-
.PHONY: install setup-miniwob setup-webarena-verified install-demo demo test-core clean-miniwob help
50+
.PHONY: install setup-miniwob install-demo demo test-core clean-miniwob help

0 commit comments

Comments
 (0)