diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2024-10-19 11:31:50 +0200 |
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-19 11:32:08 +0200 |
| commit | 8cbbc5e672fb23f0d0050bc46abb41f5a3e6b508 (patch) | |
| tree | 39b62d01627e67177e7b156e5eb0be1c3163a1ca /build.sh | |
| parent | 77fbdb3e31379c2ce1296bef10578543cfdc5ad4 (diff) | |
add shared code in common.c
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,4 @@ #!/bin/sh -gcc -g -Wall -pedantic -std=c99 -o server server.c -gcc -g -Wall -pedantic -std=c99 -o chatty client.c +set -x +gcc -g -Wall -pedantic -std=c99 -o chatty client.c common.c +gcc -g -Wall -pedantic -std=c99 -o server server.c common.c |
