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