summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e80b676..2f8f289 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,12 @@
 CFLAGS=-g -O2 -Wall -Wno-switch -Wextra -Wwrite-strings
 LDLIBS=-lzip
 
-all: mico-store mico-dump
+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
+	rm -f mico-store mico-dump metra/metra
 
 FRC: