aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Doan <daviddoan@Davids-MacBook-Pro-70.local>2023-10-02 19:22:21 -0400
committerDavid Doan <daviddoan@Davids-MacBook-Pro-70.local>2023-10-02 19:22:21 -0400
commit7bb2015a1f2de7a31c3f2b3092a574602a2a3d53 (patch)
tree828a1c1ac6237bed4db915b6e96fb29e735fea0f /Makefile
parent18ff290bd2545a5a681d047a70576d694a9ab20b (diff)
initializations
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f59715f
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+all:
+ go build -ldflags="-X 'main.Version=1.0.0'" -buildvcs=false ./cmd/vhost
+ go build -ldflags="-X 'main.Version=1.0.0'" -buildvcs=false ./cmd/vrouter
+
+clean:
+ rm -fv snowcast_control snowcast_server \ No newline at end of file