Advertisement
3axap_010

Makefile

May 12th, 2020
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. all:
  2. gcc -Wall -Werror -fPIC -c dll.c
  3. gcc -shared dll.o -lrt -o dll.so
  4. gcc -rdynamic -pthread -o exec FilesConcatenation.c -ldl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement