Skip to content

Commit

Permalink
task 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Miles2023 committed Jan 17, 2023
1 parent 15c1c1a commit f2dc4b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions 0x09-static_libraries/create_static_lib.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
gcc -Wall -pedantic -Werror -Wextra -c *.c
ar -rc liball.a *.o

0 comments on commit f2dc4b1

Please sign in to comment.