aboutsummaryrefslogtreecommitdiff
path: root/writeups/pthread-timedwait/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'writeups/pthread-timedwait/Makefile')
-rw-r--r--writeups/pthread-timedwait/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/writeups/pthread-timedwait/Makefile b/writeups/pthread-timedwait/Makefile
new file mode 100644
index 0000000..03d0b53
--- /dev/null
+++ b/writeups/pthread-timedwait/Makefile
@@ -0,0 +1,2 @@
+pthread-timedwait: pthread-timedwait.c
+ cc -std=c11 -Wall -Wextra -O0 -g -opthread-timedwait pthread-timedwait.c