We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d15b1c commit 8994877Copy full SHA for 8994877
0x09-static_libraries/create_static_lib.sh
@@ -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