mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-27 20:13:49 +03:00
5 lines
122 B
Makefile
5 lines
122 B
Makefile
|
LIBDIR=/usr/lib
|
||
|
|
||
|
install:
|
||
|
gcc -Wall -I/usr/include/mysql -I. -shared lib_mysqludf_sys.c -o $(LIBDIR)/lib_mysqludf_sys.so
|