Skip to content

Commit 1bc2af5

Browse files
authored
makefile: add default check for install command (#1591)
1 parent d14371f commit 1bc2af5

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
@@ -110,7 +110,7 @@ reload: default
110110

111111
### install: Install the apisix
112112
.PHONY: install
113-
install:
113+
install: default
114114
$(INSTALL) -d /usr/local/apisix/
115115
$(INSTALL) -d /usr/local/apisix/logs/
116116
$(INSTALL) -d /usr/local/apisix/conf/cert

0 commit comments

Comments
 (0)