This commit is contained in:
Filippo Valsorda
2018-07-04 00:34:07 -04:00
parent 564b41305c
commit 54cdb2c715
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ mkcert: .GOPATH/.ok
clean:
rm -rf bin .GOPATH
unexport GOBIN
.GOPATH/.ok:
mkdir -p ".GOPATH/src/$(IMPORT_PATH)"
rmdir ".GOPATH/src/$(IMPORT_PATH)"