libcap/contrib/Makefile
Andrew G. Morgan 264b784089 Resurrect the $(WARNINGS) for the target build
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
2021-08-31 06:57:54 -07:00

4 lines
84 B
Makefile

.PHONY: all clean
all clean:
for x in bug* ; do $(MAKE) -C $$x $@ || exit 1 ; done