mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 07:14:17 +01:00
6 lines
59 B
Makefile
6 lines
59 B
Makefile
|
CFLAGS = -Wall -W -Werror -g
|
||
|
pma: LDFLAGS=-lm
|
||
|
pma:
|
||
|
pma.o:
|
||
|
|