]> git.cameronkatri.com Git - cgit.git/blob - tests/Makefile
Merge branch 'stable'
[cgit.git] / tests / Makefile
1
2
3 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
4
5 all: $(T)
6
7 $(T):
8 @$@
9
10 clean:
11 $(RM) -rf trash
12
13 .PHONY: $(T) clean