introducing files
This commit is contained in:
parent
d8efdfa0c7
commit
40607b98aa
7 changed files with 379 additions and 0 deletions
12
build.sh
Executable file
12
build.sh
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Builds MoxaNix project
|
||||
|
||||
#TODO switch to Makefile :)
|
||||
|
||||
name="moxerver"
|
||||
|
||||
include_dir="."
|
||||
src_list="$name.c server.c client.c tty.c"
|
||||
|
||||
gcc $src_list -o $name -I $include_dir
|
Loading…
Add table
Add a link
Reference in a new issue