Merge branch 'pb/mergetool-tool-help-fix' into maint
[git] / t / perf / Makefile
1 -include ../../config.mak
2 export GIT_TEST_OPTIONS
3
4 all: test-lint perf
5
6 perf: pre-clean
7         ./run
8
9 pre-clean:
10         rm -rf test-results
11
12 clean:
13         rm -rf build "trash directory".* test-results
14
15 test-lint:
16         $(MAKE) -C .. test-lint
17
18 .PHONY: all perf pre-clean clean