mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
5 lines
72 B
Makefile
5 lines
72 B
Makefile
|
CFLAGS = -Wall -W -O2 -Werror -g
|
||
|
make_db_h:
|
||
|
run: make_db_h
|
||
|
./make_db_h
|