Double quote doom binary location

This allows 'make quickstart' to work on Windows when using GNU make (appreciate Windows isn't officially supported)
This commit is contained in:
xeijin 2018-07-14 19:21:16 +01:00 committed by GitHub
parent 71dd7ff0f4
commit 8406f1e6a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
DOOM = bin/doom DOOM = "bin/doom"
MODULES = $(patsubst modules/%/, %, $(sort $(dir $(wildcard modules/*/ modules/*/*/)))) MODULES = $(patsubst modules/%/, %, $(sort $(dir $(wildcard modules/*/ modules/*/*/))))
all: all: