diff options
Diffstat (limited to 'source/archived/v1/build.sh')
-rwxr-xr-x | source/archived/v1/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source/archived/v1/build.sh b/source/archived/v1/build.sh new file mode 100755 index 0000000..a80b193 --- /dev/null +++ b/source/archived/v1/build.sh @@ -0,0 +1,6 @@ +#!/bin/sh +set -x +gcc -ggdb -Wall -pedantic -std=c99 -o client client.c +gcc -ggdb -Wall -pedantic -std=c99 -o server server.c +gcc -ggdb -Wall -pedantic -std=c99 -o send send.c +gcc -ggdb -Wall -pedantic -std=c99 -o recv recv.c |