blob: 19806ed62f50630c9b01fd37f5211b0e0fddcee6 [file] [log] [blame]
Paton J. Lewis03a7beb2012-10-04 17:13:39 -07001# Makefile for epoll selftests
2
3all: test_epoll
4%: %.c
5 gcc -pthread -g -o $@ $^
6
7run_tests: all
8 ./test_epoll
9
10clean:
11 $(RM) test_epoll