7 lines
63 B
Makefile
7 lines
63 B
Makefile
|
|
test:
|
|
go test
|
|
|
|
build:
|
|
cd main && go build -o ../bin/ephsite
|