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
commit5863d8b5164ce8de346284ded699065665d6119a (patch)
treed54df0bfde3dbffa02b1f138af4f12456f261e54 /build.sh
parent1c31e27c1bdf22c198c9617c2b923f6a7beeffc8 (diff)
First pass at preparing for Github
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/build.sh b/build.sh
deleted file mode 100755
index 50572d0..0000000
--- a/build.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-set -x
-# 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