From 704efe56c18de60308a79abc30ad315a66090f19 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 19 Jul 2015 10:06:40 -0400 Subject: [PATCH] Repair the installation. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e4716de..ee64309 100644 --- a/Makefile +++ b/Makefile @@ -26,9 +26,9 @@ wumpus.6: wumpus.xml wumpus.html: wumpus.xml xmlto html-nochunks wumpus.xml -SOURCES = README COPYING NEWS Makefile wumpus.c superhack.c wumpus.xml wumpus.png +SOURCES = README COPYING NEWS control Makefile wumpus.c superhack.c wumpus.xml wumpus.png -install: wumpus.6 +install: wumpus superhack wumpus.6 mkdir -p $(prefix)/bin mkdir -p $(prefix)/share/man/man6 cp wumpus superhack $(prefix)/bin/ -- 2.31.1