summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2013-01-30 11:28:40 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2013-01-30 11:28:40 +0100
commit6c00c032781b379be5dd49fb97fef7085d836631 (patch)
treea4aa2131b0c605e6df6f20b17fe6b89c21d1b057 /Makefile
parent879f758b81d993a8e1a874d9c1eb86bb91579b47 (diff)
downloadlock_free-6c00c032781b379be5dd49fb97fef7085d836631.zip
lock_free-6c00c032781b379be5dd49fb97fef7085d836631.tar.gz
lf_fifo_test: threaded push then threaded pop jobs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 364a854..e3ecd9a 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ lock_free_queue_test: lock_free_queue.o lock_free_queue_test.o
lf_fifo.o: lf_fifo.h lf_fifo.c lf_cas.h
lf_fifo_test.o: lf_fifo_test.c
lf_fifo_test: lf_fifo.o lf_fifo_test.o
- $(CC) lf_fifo.o lf_fifo_test.o -o lf_fifo_test
+ $(CC) -lpthread lf_fifo.o lf_fifo_test.o -o lf_fifo_test
lf_ringbuffer.o: lf_ringbuffer.h lf_ringbuffer.c lf_ringbuffer_data.h lf_portable_cas.h
lf_ringbuffer_test.o: lf_ringbuffer_test.c lf_ringbuffer.h