Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaldeh1 committed Mar 20, 2023
1 parent a36cff1 commit c87e96d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 0x18-dynamic_libraries/1-create_dynamic_lib.sh
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
gcc -c -fPIC *.c
gcc -shared -o liball.so *.o
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH

0 comments on commit c87e96d

Please sign in to comment.