From 8f2ea859edcc5da2ecf6cbc3d016f7e8592dfb9d Mon Sep 17 00:00:00 2001 From: j8takagi Date: Fri, 18 Jun 2021 16:21:26 +0900 Subject: [PATCH] =?utf8?q?Makefile=E3=81=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b16f6da..6397760 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ smoke-valgrind: valgrind: $(MAKE) -sC test/system valgrind -install: casl2 comet2 dumpword install-info +install: $(CMDFILES) install-info $(INSTALL) -d $(bindir) $(INSTALL) $(CMDFILES) $(bindir)/ -- 2.18.0