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
target: Fix kref->refcount underflow in transport_cmd_finish_abort
[linux/fpc-iii.git]
/
tools
/
accounting
/
Makefile
blob
647c94a219bf5660a72b7ce5803042b6f37cdff7
1
CC
:= $(
CROSS_COMPILE
)
gcc
2
CFLAGS
:= -
I..
/
..
/
usr
/
include
3
4
PROGS
:=
getdelays
5
6
all
: $(
PROGS
)
7
8
clean
:
9
rm
-
fr
$(
PROGS
)