From 8406f1e6a49edef8e73e10c4acd67cbb60e5c016 Mon Sep 17 00:00:00 2001 From: xeijin Date: Sat, 14 Jul 2018 19:21:16 +0100 Subject: [PATCH] Double quote doom binary location This allows 'make quickstart' to work on Windows when using GNU make (appreciate Windows isn't officially supported) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a233df3cf..ca088d921 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -DOOM = bin/doom +DOOM = "bin/doom" MODULES = $(patsubst modules/%/, %, $(sort $(dir $(wildcard modules/*/ modules/*/*/)))) all: