Sign in
gem5
/
arm
/
linux-arm64-legacy
/
a9be22425e767d936105679fdc9f568b97bd47cf
/
.
/
tools
/
testing
/
selftests
/
powerpc
/
tm
/
Makefile
blob: 51267f4184a6c2a669902c9aa0f18e0ff82e0ba4 [
file
] [
log
] [
blame
]
PROGS
:=
tm
-
resched
-
dscr
all
:
$
(
PROGS
)
$
(
PROGS
):
run_tests
:
all
@-
for
PROG
in
$
(
PROGS
);
do
\
./
$$PROG
;
\
done
;
clean
:
rm
-
f $
(
PROGS
)
*.
o
.
PHONY
:
all run_tests clean