aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh6
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