aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index 60a538d..bfd8c19 100755
--- a/build.sh
+++ b/build.sh
@@ -2,3 +2,5 @@
set -x
gcc -g -Wall -pedantic -std=c99 -o chatty client.c common.c
gcc -g -Wall -pedantic -std=c99 -o server server.c common.c
+gcc -g -Wall -pedantic -std=c99 -o send send.c common.c
+gcc -g -Wall -pedantic -std=c99 -o recv recv.c common.c