4 lines
39 B
Makefile
4 lines
39 B
Makefile
all: jasn1
|
|
|
|
jasn1:
|
|
go build -o ./bin/
|
all: jasn1
|
|
|
|
jasn1:
|
|
go build -o ./bin/
|