Added initial .goreleaser and Makefile

This commit is contained in:
David J. Allen 2024-03-21 13:14:52 -06:00
parent 745fc5910a
commit 34a0fdb66b
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC
3 changed files with 146 additions and 0 deletions

4
config.env Normal file
View file

@ -0,0 +1,4 @@
## This configuration is used by the Makefile
NAME=opaal
VERSION=$(shell git describe --tags --abbrev=0)