summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-07 05:13:48 -0600
committerJeff Carr <[email protected]>2024-01-07 05:13:48 -0600
commita8ba47f1d25fbc9d59ca641024e971280d0ebf0e (patch)
tree1260df2b627995b93687c5bdcc0a23d4e62d0486
parent0bdc53d0fa447001e04886837a5bfa54fab99a5c (diff)
add makefile
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--.gitignore1
-rw-r--r--Makefile3
2 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 52688da..3aa4127 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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