aboutsummaryrefslogtreecommitdiff
path: root/v1/build.sh
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@keyfried.com>2024-10-24 23:10:31 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-24 23:10:31 +0200
commitba27f88d86a63d091cfcc9315c132b530e78c5c1 (patch)
tree7a6b0e5f7bd38cbd39ba1e1f43689ca6be92c53e /v1/build.sh
parent7e200263923a833cb7f5f4048141da46b6b29ec0 (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 'v1/build.sh')
-rwxr-xr-xv1/build.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/v1/build.sh b/v1/build.sh
new file mode 100755
index 0000000..a80b193
--- /dev/null
+++ b/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