aboutsummaryrefslogtreecommitdiff
path: root/writeups/pthread-timedwait/Makefile
blob: 03d0b53e7618baf9b8e0454d6d718569d19bdcf1 (plain)
1
2
pthread-timedwait: pthread-timedwait.c
	cc -std=c11 -Wall -Wextra -O0 -g -opthread-timedwait pthread-timedwait.c