From 0ae5e697e83fef2f200dfdcf16caebc8a15a9681 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Mon, 16 May 2022 13:52:03 +0100 Subject: Build metastore.txt as part of `make all` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 656071e..0c8bdd3 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ SLL_EXT := .a ### Default target -all: libs bins +all: libs bins metastore.txt bins: $(BINS) libs: $(LIBS) -- cgit v1.2.1