lbmk/script
Leah Rowe 3af63fb8b7 handle/make/file: exit 0 if no makefile
There is no reason to err if no Makefile exists.

Just exit with zero status. This makes the following
command work:

./handle make file -c util/*

Within util/, there is me7 update parser which does
not have a makefile (it's a python script).

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-10-02 22:37:09 +01:00
..
build handle/make/file: do multiple project arguments 2023-10-02 22:00:59 +01:00
handle/make handle/make/file: exit 0 if no makefile 2023-10-02 22:37:09 +01:00
update update/project/trees: fix error handling on mkdir 2023-10-02 05:56:14 +01:00