Skip to content

Commit 8994877

Browse files
committed
added: create_static_lib.sh
1 parent 6d15b1c commit 8994877

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
gcc -Wall -pedantic -Werror -Wextra -std=gnu89 -c *.c
3+
ar rc liball.a *.o
4+
ranlib liball.a

0 commit comments

Comments
 (0)