aboutsummaryrefslogtreecommitdiff
path: root/source/archived/v1/build.sh
blob: a80b193ab4f386ff51fb765f2c9cb434583d770d (plain)
1
2
3
4
5
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