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