From ea272d4786a55dbaa493d016324b7a05b4f165b9 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Mon, 6 Apr 2015 10:56:42 -0400 Subject: [PATCH] Make it easier to change where wumpus is installed. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index e8cdb17..d6a6335 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ # VERS=1.6 +prefix?=/usr + all: wumpus superhack wumpus: wumpus.c -- 2.31.1