diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-16 02:18:30 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-10-17 12:36:14 +0200 |
commit | 261b81eeaada702eb254e502462ac3a4d1249ec0 (patch) | |
tree | 9800e91c5182c9273e990929a1f6c8684293db8e /build.sh |
Initial commit
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..b361ddb --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/bin/sh +gcc -g -Wall -pedantic -std=c99 -o server server.c +gcc -g -Wall -pedantic -std=c99 -o chatty client.c |