3 lines
59 B
Makefile
3 lines
59 B
Makefile
|
all:
|
||
|
gcc -O2 -Wall -shared -fPIC -o libxreply.so xreply.c
|