mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
8 lines
238 B
Makefile
8 lines
238 B
Makefile
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
|