Tizen 2.1 base
[platform/upstream/gcd.git] / pthread_workqueue-0.8.2 / testing / libdispatch / Makefile
1 CC=clang
2
3 dispatch_api:
4         $(CC) -o dispatch_api dispatch_api.c -lpthread -lrt -ldispatch -lBlocksRuntime -lkqueue -lpthread_workqueue
5
6 check: dispatch_api
7         ./dispatch_api
8
9 clean:
10         rm -f dispatch_api