diff options
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 591c8f7..aaf32e0 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,14 +1,8 @@ -SUBDIRS = t +SUBDIRS = fallback t EXTRA_DIST = config \ fixtures \ setup.cfg -all: - $(MKDIR_P) tmp - CLEANFILES = \ fixtures/make/extra_makefile - -clean-local: - $(RM) -rf tmp |