add makefile

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-01-07 05:13:48 -06:00
parent 0bdc53d0fa
commit a8ba47f1d2
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
*
!.gitignore
!Makefile
!*.go

3
Makefile Normal file
View File

@ -0,0 +1,3 @@
all:
go build -v -x -o control-panel-vpn
./control-panel-vpn