add static linking
This commit is contained in:
5
manager/build_manager.sh
Normal file
5
manager/build_manager.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo Building manager with ...
|
||||
echo gcc manager.c -o manager
|
||||
gcc manager.c -o manager
|
Reference in New Issue
Block a user