3 lines
47 B
Makefile
Executable File
3 lines
47 B
Makefile
Executable File
all:
|
|
gcc main.c -o cantest -pthread -lpthread
|