mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
9 lines
238 B
Text
9 lines
238 B
Text
|
CLEANFILES= *~
|
||
|
MAINTAINERCLEANFILES= Makefile.in configure aclocal.m4 \
|
||
|
config.h config.h.in INSTALL
|
||
|
ACLOCAL_AMFLAGS= -I m4
|
||
|
AUTOMAKE_OPTIONS= dist-bzip2 no-dist-gzip std-options foreign
|
||
|
SUBDIRS= numlib src .
|
||
|
|
||
|
doc_DATA= README.mkd
|