Merge pull request #757 from xeijin/patch-1

Double quote doom binary location
This commit is contained in:
Henrik Lissner 2018-07-14 23:16:03 +02:00 committed by GitHub
commit 6d136f249f
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/*/*/))))
all: