aboutsummaryrefslogtreecommitdiff
path: root/build.sh
blob: b361ddb91a059d44884fc98f8fae365ba899e20b (plain)
1
2
3
#!/bin/sh
gcc -g -Wall -pedantic -std=c99 -o server server.c
gcc -g -Wall -pedantic -std=c99 -o chatty client.c