mirror of
https://github.com/logos-messaging/storenode-messages-counter.git
synced 2026-01-02 14:13:11 +00:00
chore: makefile
This commit is contained in:
parent
4ce0b98106
commit
cc9795f223
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
storage.db
|
||||||
|
storage.db-shm
|
||||||
|
storage.db-wal
|
||||||
|
./storeverif
|
||||||
11
Makefile
Normal file
11
Makefile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
|
||||||
|
SHELL := bash # the shell used internally by Make
|
||||||
|
|
||||||
|
GOCMD ?= $(shell which go)
|
||||||
|
|
||||||
|
.PHONY: all build
|
||||||
|
|
||||||
|
all: build
|
||||||
|
|
||||||
|
build:
|
||||||
|
${GOCMD} build -o build/storeverif ./cmd/storeverif
|
||||||
2
build/.gitignore
vendored
Normal file
2
build/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
*
|
||||||
|
!.gitignore
|
||||||
Loading…
x
Reference in New Issue
Block a user