Don't do weird things if files starting with a hyphen exist in the build

directory.
This commit is contained in:
David Given 2019-02-13 22:42:05 +01:00
parent 55f3880f43
commit f70659f460

View file

@ -72,7 +72,7 @@ BUILDSYSTEM = make
endif
build-file = $(BUILDDIR)/build.$(BUILDSYSTEM)
lua-files = $(shell find * -name 'build*.lua')
lua-files = $(shell find . -name 'build*.lua')
our-lua = $(BUILDDIR)/lua
# GNU make sets MAKECMDGOALS to the list of targets from the command