Skip to content

Commit 83feba5

Browse files
authored
Create make.sh
1 parent 801be6d commit 83feba5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

make.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
3+
gcc -D_GNU_SOURCE -o newns ./newns.c
4+
gcc -fPIC -c -o mark.o mark.c
5+
gcc -shared -o mark.so mark.o -ldl

0 commit comments

Comments
 (0)