mirror of
https://github.com/MariaDB/server.git
synced 2025-01-25 00:04:33 +01:00
8 lines
155 B
Text
8 lines
155 B
Text
|
include ..\include\makefile.i
|
||
|
|
||
|
read.lib: read0read.obj
|
||
|
lib -out:..\libs\read.lib read0read.obj
|
||
|
|
||
|
read0read.obj: read0read.c
|
||
|
$(CCOM) $(CFL) -c read0read.c
|