repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
perf annotate: Introduce alternative method of keeping instructions table
[linux/fpc-iii.git]
/
samples
/
watchdog
/
Makefile
blob
9b53d89b1ccf2fb86ef9a0dbc71c61f0e6d5c1c1
1
CC
:= $(
CROSS_COMPILE
)
gcc
2
PROGS
:=
watchdog-simple
3
4
all
: $(
PROGS
)
5
6
clean
:
7
rm
-
fr
$(
PROGS
)
8