From 780e31b54d1a7e0a0beefe8026a00ae4da5a1f41 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Wed, 6 Oct 2021 14:49:16 +0200 Subject: [PATCH] Added installation of config file --- modules/Whirling/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/Whirling/Makefile b/modules/Whirling/Makefile index fa24dc8..ddc81b3 100644 --- a/modules/Whirling/Makefile +++ b/modules/Whirling/Makefile @@ -60,3 +60,4 @@ clean: install: $(REALNAME) $(INSTALL) -d $(LIBDIR) $(INSTALL) -m 644 $(REALNAME) $(LIBDIR)/$(LIBNAME).saver + $(INSTALL) -m 644 $(LIBNAME).json $(LIBDIR)