projects
/
~shefty
/
rdma-dev.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
checkpatch: improve network block comment style checking
[~shefty/rdma-dev.git]
/
tools
/
testing
/
selftests
/
epoll
/
Makefile
1
# Makefile for epoll selftests
2
3
all: test_epoll
4
%: %.c
5
gcc -pthread -g -o $@ $^
6
7
run_tests: all
8
./test_epoll
9
10
clean:
11
$(RM) test_epoll