Files
olm/Makefile
2024-11-03 16:34:23 -05:00

8 lines
120 B
Makefile

# Description: Makefile for building the project
BINARY_NAME=newt
ll: build
build:
go build -o bin/$(BINARY_NAME) -v