zephyr/samples/posix/eventfd/Makefile.posix

5 lines
102 B
Makefile

# This makefile builds the sample for a POSIX system, like Linux
eventfd: src/main.c
$(CC) $^ -o $@