diff options
Diffstat (limited to 'conf-ld')
-rw-r--r-- | conf-ld | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +gcc -s -L./lib/ -L./ar/ -ltest -Wl,-rpath,/home/jeyzu/usr/c/test/lib/ + +This will be used to link .o files into an executable. |