mirror of
https://github.com/MariaDB/server.git
synced 2025-03-08 04:03:30 +01:00
7 lines
123 B
Makefile
7 lines
123 B
Makefile
TAGS: */*.c */*.h
|
|
etags */*.c */*.h
|
|
|
|
clean:
|
|
cd newbrt;make clean
|
|
cd src;make clean
|
|
cd db-benchmark-test-cxx;make clean
|