diff options
| author | Raymaekers Luca <luca@keyfried.com> | 2024-10-24 23:10:31 +0200 |
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-24 23:10:31 +0200 |
| commit | ba27f88d86a63d091cfcc9315c132b530e78c5c1 (patch) | |
| tree | 7a6b0e5f7bd38cbd39ba1e1f43689ca6be92c53e /build.sh | |
| parent | 7e200263923a833cb7f5f4048141da46b6b29ec0 (diff) | |
Archive code into v1/ directory
The code was written too fast and I deemed that it would be better to
make a new draft.
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build.sh b/build.sh deleted file mode 100755 index 39e3f42..0000000 --- a/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh -set -x -gcc -g -Wall -pedantic -std=c99 -o chatty client.c -gcc -g -Wall -pedantic -std=c99 -o server server.c -gcc -g -Wall -pedantic -std=c99 -o send send.c -gcc -g -Wall -pedantic -std=c99 -o recv recv.c |
