zephyr/samples/posix/gettimeofday/Makefile.posix

5 lines
107 B
Makefile

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