create second part of lab
This commit is contained in:
parent
48763fe3d8
commit
f0ff06b01f
6 changed files with 29 additions and 2 deletions
|
@ -4,7 +4,7 @@ GoBUILD=$(GoCMD) build
|
|||
GoCLEAN=$(GoCMD) clean
|
||||
GoTEST=$(GoCMD) test
|
||||
GoMOD=$(GoCMD) mod
|
||||
BINARY_NAME=frequency
|
||||
BINARY_NAME=tool
|
||||
|
||||
# To install GoLang please follow the installation instructions on https://go.dev/
|
||||
all: build
|
||||
|
|
Reference in a new issue