Skip to content

Commit

Permalink
Add Makefile for find-build-num
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Chlebek <echlebek@sumologic.com>
  • Loading branch information
echlebek committed Oct 16, 2024
1 parent 8a28fc4 commit 91055f8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/tools/find-build-number/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include ../../Makefile.Common

.PHONY: build
build:
go build -v -o udpdemux .

.PHONY: test
test: build

0 comments on commit 91055f8

Please sign in to comment.