diff options
| author | Jeff Carr <[email protected]> | 2024-01-07 05:13:48 -0600 | 
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-07 05:13:48 -0600 | 
| commit | a8ba47f1d25fbc9d59ca641024e971280d0ebf0e (patch) | |
| tree | 1260df2b627995b93687c5bdcc0a23d4e62d0486 | |
| parent | 0bdc53d0fa447001e04886837a5bfa54fab99a5c (diff) | |
add makefile
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | Makefile | 3 | 
2 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,4 @@  *  !.gitignore +!Makefile  !*.go diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..02cca06 --- /dev/null +++ b/Makefile @@ -0,0 +1,3 @@ +all: +	go build -v -x -o control-panel-vpn +	./control-panel-vpn  | 
