Sign in
googlers
/
maze
/
linux
/
2240eb4ae3dc4acff20d1a8947c441c451513e37
/
.
/
tools
/
testing
/
selftests
/
Makefile
blob: 4ec84018cc1364f8f905ee30c31e52f04d7ec6ff [
file
] [
log
] [
blame
]
TARGETS
=
breakpoints
all
:
for
TARGET
in
$
(
TARGETS
);
do
\
make
-
C $$TARGET
;
\
done
;
clean
:
for
TARGET
in
$
(
TARGETS
);
do
\
make
-
C $$TARGET clean
;
\
done
;