summary refs log tree commit diff
path: root/Makefile
blob: 2f8f289f2b4aab0d3590601b751885cae9fd3230 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings
LDLIBS=-lzip

all: mico-store mico-dump metra/metra

metra/metra: metra/metra.go metra/go.mod
	cd metra && go build -v

clean: FRC
	rm -f mico-store mico-dump metra/metra

FRC: