X-Git-Url: http://pileus.org/git/?p=grits;a=blobdiff_plain;f=Makefile.am;h=c784619758dc7ef402601f0bae245dd95090b625;hp=76b452099835ecf5e1e7bf3d18cd63bc48d5d5fc;hb=1cf8b4ecd92f49dfbbe0472e02d4e5bc8841fe2f;hpb=3ec6b69dcc3bad3fce1a22e3c6b9572d83667fdf diff --git a/Makefile.am b/Makefile.am index 76b4520..c784619 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,7 @@ -SUBDIRS = src +SUBDIRS = src data docs -test: - ./src/aweather +MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.h.in gtk-doc.make \ + configure depcomp install-sh Makefile.in missing + +test: all + (cd src && make test)