3 lines
128 B
Makefile
3 lines
128 B
Makefile
|
|
all:
|
|
gcc test/lock_free_queue_test.c lock_free_queue.c test/tinycthread.c -o test_queue -ggdb -Wall -Wextra #-fsanitize=thread
|