Parcourir la source

add build makefile target for golink server

Breandan Dezendorf il y a 2 ans
Parent
commit
2ecd6f81c8
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      dezendorf/applications/golink/Makefile

+ 3 - 1
dezendorf/applications/golink/Makefile

@@ -1,2 +1,4 @@
 run:
-	 bazel run //dezendorf/applications/golink/cmd/main:linkserver -- -server
+	 bazel run //dezendorf/applications/golink/cmd/main:linkserver -- -server -port 8998
+build:
+	bazel build //dezendorf/applications/golink/cmd/main:linkserver