diff options
| author | Jeff Carr <[email protected]> | 2024-01-09 01:16:00 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-09 01:16:00 -0600 |
| commit | a0be4a93d1776ef2b173edecbf6aef11ba910ad7 (patch) | |
| tree | 11bf30a4ff5dac5d2459329f79ba27974b3b94c7 /Makefile | |
start
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1c870cb --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +all: + go build -v -x + ./control-panel-vpn + +redomod: + rm -f go.* + go mod init + go mod tidy + |
