mirror of
https://github.com/fosrl/olm.git
synced 2026-02-08 05:56:41 +00:00
8 lines
120 B
Makefile
8 lines
120 B
Makefile
# Description: Makefile for building the project
|
|
|
|
BINARY_NAME=newt
|
|
|
|
ll: build
|
|
|
|
build:
|
|
go build -o bin/$(BINARY_NAME) -v
|