summaryrefslogtreecommitdiff
path: root/test/Makefile.am
blob: 591c8f7c4ab77cd739c7e9a8483069369fc14d6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SUBDIRS = t

EXTRA_DIST = config \
	     fixtures \
	     setup.cfg

all:
	$(MKDIR_P) tmp

CLEANFILES = \
	fixtures/make/extra_makefile

clean-local:
	$(RM) -rf tmp