Skip to content

Commit 27f32b4

Browse files
committed
Adding name as a parameter to the Makefile as well
1 parent 1e2ca59 commit 27f32b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NAME := selenium
1+
NAME := $(or $(NAME),$(NAME),selenium)
22
VERSION := $(or $(VERSION),$(VERSION),3.14.0-gallium)
33
NAMESPACE := $(or $(NAMESPACE),$(NAMESPACE),$(NAME))
44
AUTHORS := $(or $(AUTHORS),$(AUTHORS),SeleniumHQ)

0 commit comments

Comments
 (0)