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