5 lines
53 B
Makefile
5 lines
53 B
Makefile
.PHONY: all
|
|
|
|
all:
|
|
go build -v ./bcrypt_reference.go
|
.PHONY: all
|
|
|
|
all:
|
|
go build -v ./bcrypt_reference.go
|