zephyr/samples/posix/gettimeofday/Makefile.host

6 lines
129 B
Makefile

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