Skip to content
Snippets Groups Projects
Commit 8c336cda authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Do not delete 'test' directory in make clean.

Going forward, 'test' will contain tests. Do not delete
it in make clean.
parent 8be5254c
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ ifeq ("$(origin module)", "command line")
.PHONY: clean
clean:
@echo " CLEAN $(module)"
@rm -rf $(obj) $(dep) tarantool_$(module) _* lcov test
@rm -rf $(obj) $(dep) tarantool_$(module) _* lcov
else
.PHONY: clean
clean:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment