3 lines
68 B
Makefile
3 lines
68 B
Makefile
master:
|
|
gcc -Wall -Wextra -Wpedantic source/main.c -o poller -ggdb
|
master:
|
|
gcc -Wall -Wextra -Wpedantic source/main.c -o poller -ggdb
|