Don't do weird things if files starting with a hyphen exist in the build
directory.
This commit is contained in:
parent
55f3880f43
commit
f70659f460
2
Makefile
2
Makefile
|
@ -72,7 +72,7 @@ BUILDSYSTEM = make
|
||||||
endif
|
endif
|
||||||
|
|
||||||
build-file = $(BUILDDIR)/build.$(BUILDSYSTEM)
|
build-file = $(BUILDDIR)/build.$(BUILDSYSTEM)
|
||||||
lua-files = $(shell find * -name 'build*.lua')
|
lua-files = $(shell find . -name 'build*.lua')
|
||||||
our-lua = $(BUILDDIR)/lua
|
our-lua = $(BUILDDIR)/lua
|
||||||
|
|
||||||
# GNU make sets MAKECMDGOALS to the list of targets from the command
|
# GNU make sets MAKECMDGOALS to the list of targets from the command
|
||||||
|
|
Loading…
Reference in a new issue