blob: b5080991747c00b8d4efe3d4ee3f71855e1f99b1 [file] [log] [blame]
# This makefile builds the sample for a POSIX system, like Linux
eventfd: src/main.c
mkdir -p build
$(CC) $^ -o build/$@