aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRaymaekers Luca <luca@keyfried.com>2025-03-19 14:00:00 +0100
committerRaymaekers Luca <luca@spacehb.net>2025-03-19 14:00:00 +0100
commit1c31e27c1bdf22c198c9617c2b923f6a7beeffc8 (patch)
tree2a9678fd39bcf8ead03c7ee979caf668f2f17892 /build.sh
parentbb9994846b655070f5d61e2708c9f43f7855e649 (diff)
Administritavia
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/build.sh b/build.sh
index 9d69974..50572d0 100755
--- a/build.sh
+++ b/build.sh
@@ -1,6 +1,7 @@
#!/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
+# gcc external/keyboard.c
+gcc -DDEBUG -ggdb -Wall -pedantic -std=c11 -I external -o build/chatty chatty.c
+gcc -DDEBUG -ggdb -Wall -pedantic -std=c99 -o build/server server.c
+# gcc -DDEBUG -ggdb -Wall -pedantic -std=c99 -o build/send send.c
+gcc -DDEBUG -ggdb -Wall -pedantic -std=c11 -I external -I . -o build/input_box archived/input_box.c