this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at vchroot 10 lines 198 B view raw
1CC=clang 2 3dispatch_api: 4 $(CC) -o dispatch_api dispatch_api.c -lpthread -lrt -ldispatch -lBlocksRuntime -lkqueue -lpthread_workqueue 5 6check: dispatch_api 7 ./dispatch_api 8 9clean: 10 rm -f dispatch_api