mirror of
https://git.kernel.org/pub/scm/libs/libcap/libcap.git
synced 2026-01-27 09:54:36 +00:00
4 lines
84 B
Makefile
4 lines
84 B
Makefile
.PHONY: all clean
|
|
all clean:
|
|
for x in bug* ; do $(MAKE) -C $$x $@ || exit 1 ; done
|