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