Merge pull request #1463 from std2main/patch-2

Add a dot in find command.
This commit is contained in:
Daniel García 2021-03-06 00:04:12 +01:00 committed by GitHub
commit 9312cebee3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
OBJECTS := $(shell find -mindepth 2 -name 'Dockerfile*')
OBJECTS := $(shell find ./ -mindepth 2 -name 'Dockerfile*')
all: $(OBJECTS)