diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,3 +1,4 @@ #!/bin/sh -gcc -g -Wall -pedantic -std=c99 -o server server.c -gcc -g -Wall -pedantic -std=c99 -o chatty client.c +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 |