about summary refs log tree commit diff
path: root/tests/Makefile
blob: 8c6c236ba09104821de44b17d1fb32dd4f2e5255 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13


T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)

all: $(T)

$(T):
	@./$@

clean:
	$(RM) -rf trash

.PHONY: $(T) clean
gitconfigJune McEnroe 2014-05-28Add .DS_store to global gitignoreJune McEnroe 2014-05-15Add OS X specific shell configurationsJune McEnroe 2014-04-19Heavily comment .vimrcJune McEnroe 2014-04-19Autocorrect git commandsJune McEnroe 2014-04-19Fix gitprompt for git 1.9.1June McEnroe