From 21782b6660f46e24991ae09c183953b0f50be0e3 Mon Sep 17 00:00:00 2001 From: Dan Jones Date: Mon, 10 Jan 2022 09:48:37 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Have=20make=20build=20both=20ulx?= =?UTF-8?q?=20and=20z5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a905a79..81bdc51 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ .PHONY: default -default: remontel.ulx +default: remontel.ulx remontel.z5 remontel.ulx: remontel.inf Rooms.inf lib/Parser.h lib/VerbLib.h lib/Grammar.h inform -G +include_path=,lib remontel.inf