midx.c: write MIDX filenames to strbuf
[git/debian.git] / t / perf / Makefile
blob2465770a7825b4f360d649df3684c5339c8ce657
1 -include ../../config.mak
2 export GIT_TEST_OPTIONS
4 all: test-lint perf
6 perf: pre-clean
7 ./run
9 pre-clean:
10 rm -rf test-results test-trace
12 clean:
13 rm -rf build "trash directory".* test-results test-trace
15 test-lint:
16 $(MAKE) -C .. test-lint
18 .PHONY: all perf pre-clean clean