add localization generation and add to build system

This commit is contained in:
nytpu
2021-05-11 11:19:37 -06:00
parent 4d23da8c38
commit 5aa80302af
4 changed files with 7 additions and 0 deletions
+2
View File
@@ -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