From 5aa80302af2aa31b63c51f5e020b8464ab635ff2 Mon Sep 17 00:00:00 2001 From: nytpu Date: Tue, 11 May 2021 11:19:37 -0600 Subject: add localization generation and add to build system --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2eb2cd5..bf4b844 100644 --- a/Makefile +++ b/Makefile @@ -46,6 +46,7 @@ $(BUILDDIR): $(BUILDDIR)/$(NAME): $(GOSRC) | $(BUILDDIR) + $(GO) generate ./... $(GO) build $(GOFLAGS) -ldflags "$(GOLDFLAGS)" -o $@ @@ -55,6 +56,7 @@ $(BUILDDIR)/%.1: doc/%.1.scd | $(BUILDDIR) clean: -$(RM) -r $(BUILDDIR) + -$(RM) -r localizations install: all -- cgit v1.2.3