aboutsummaryrefslogtreecommitdiff
path: root/contrib/getdents-debug/getdents_c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/getdents-debug/getdents_c/Makefile')
-rw-r--r--contrib/getdents-debug/getdents_c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/getdents-debug/getdents_c/Makefile b/contrib/getdents-debug/getdents_c/Makefile
index 95e47dc..1a9d4d2 100644
--- a/contrib/getdents-debug/getdents_c/Makefile
+++ b/contrib/getdents-debug/getdents_c/Makefile
@@ -1,2 +1,2 @@
getdents_c: *.c Makefile
- gcc getdents.c -o getdents_c
+ gcc getdents.c -lpthread -o getdents_c