blob: 19806ed62f50630c9b01fd37f5211b0e0fddcee6 [file] [log] [blame]
# Makefile for epoll selftests
all: test_epoll
%: %.c
gcc -pthread -g -o $@ $^
run_tests: all
./test_epoll
clean:
$(RM) test_epoll