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