Move extensions folder into tap folder

This commit is contained in:
M. Mert Yildiran 2021-08-17 02:34:54 +03:00
parent 32a2b8b823
commit 648a4d21f3
No known key found for this signature in database
GPG Key ID: D42ADB236521BF7A
8 changed files with 1 additions and 1 deletions

View File

@ -66,5 +66,5 @@ clean-docker:
@(echo "DOCKER cleanup - NOT IMPLEMENTED YET " ) @(echo "DOCKER cleanup - NOT IMPLEMENTED YET " )
http: http:
cd extensions/http && \ cd tap/extensions/http && \
go build -buildmode=plugin -o ../http.so . go build -buildmode=plugin -o ../http.so .