aboutsummaryrefslogtreecommitdiff
path: root/build.sh
blob: 9d69974e457f0af106cdac91417a56a700cadb2e (plain)
1
2
3
4
5
6
#!/bin/sh
set -x
gcc external/keyboard.c
gcc -DDEBUG -ggdb -Wall -pedantic -std=c99 -o chatty chatty.c
gcc -DDEBUG -ggdb -Wall -pedantic -std=c99 -o server server.c
gcc -DDEBUG -ggdb -Wall -pedantic -std=c99 -o send send.c