diff options
| author | Lorenzo Torres <lorenzotorres@outlook.it> | 2026-06-14 15:29:08 +0200 |
|---|---|---|
| committer | Lorenzo Torres <lorenzotorres@outlook.it> | 2026-06-14 15:29:08 +0200 |
| commit | 17688ac50b4af33f228368213bf1c1798034c054 (patch) | |
| tree | 9a52a6933a9b1181898f25d38dfeca1117e78cd5 /config.mk | |
basic echo server using epoll
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..25b6154 --- /dev/null +++ b/config.mk @@ -0,0 +1,3 @@ +CC:=cc +CFLAGS:=-Wall -Wextra -pedantic -std=c99 -ggdb +LIBS:= |
