autogits/obs-staging-bot/Makefile

6 lines
55 B
Makefile
Raw Normal View History

2024-07-07 21:08:41 +02:00
all: build
2024-07-18 16:43:27 +02:00
build:
2024-07-17 22:12:28 +02:00
go build -tags "libsqlite3 linux"
2024-07-07 21:08:41 +02:00