# This makefile builds the sample for a POSIX system, like Linux

eventfd: src/main.c
	mkdir -p build
	$(CC) $^ -o build/$@
