mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
13 lines
123 B
Makefile
13 lines
123 B
Makefile
|
|
||
|
include ..\..\makefile.i
|
||
|
|
||
|
tsut: ..\ut.lib tsut.c
|
||
|
$(CCOM) $(CFL) -I.. -I..\.. ..\ut.lib ..\..\os.lib tsut.c $(LFL)
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|