Skip to content

Commit 65303f2

Browse files
committed
make example
1 parent 0097e94 commit 65303f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
build: execd
2+
go build .
13

2-
build:
3-
go build .
4+
example: build
5+
./execd -h localhost -p 2022 -k example/host_pk.pem example/authcheck example/helloworld

0 commit comments

Comments
 (0)