1 2 3 4 5 6 7
all: itest itest: itest.c gcc -D_GNU_SOURCE -Wall -Wextra -Wstrict-prototypes -Werror -O3 -o itest itest.c -lpthread clean: /bin/rm -f itest