momento

ref: master

./Makefile


1
2
3
4
5
6
7
8
9
all: momento

momento:
	go build ./cmd/momento

clean:
	-rm -f momento

.PHONY: all server