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