Merge pull request #757 from xeijin/patch-1
Double quote doom binary location
This commit is contained in:
commit
6d136f249f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
DOOM = bin/doom
|
||||
DOOM = "bin/doom"
|
||||
MODULES = $(patsubst modules/%/, %, $(sort $(dir $(wildcard modules/*/ modules/*/*/))))
|
||||
|
||||
all:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue