ansible-software/tests/Makefile
2022-01-30 01:46:46 +00:00

4 lines
66 B
Makefile

.PHONY = all
all:
@for x in *.sh ; do sh "$$x" || exit 1 ; done