From c616e09df8783a4f850f38f0b79b5029e781f932 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 21 Oct 2024 12:52:46 +0200 Subject: Add compile_flags --- build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index bfd8c19..39e3f42 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/sh 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 +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 -- cgit v1.2.3