aboutsummaryrefslogtreecommitdiff
path: root/v1/build.sh
diff options
context:
space:
mode:
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