1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Merge branch 'release/v0.6.0' into feature/hadrons

# Conflicts:
#	Makefile.am
This commit is contained in:
2016-11-08 20:43:39 +00:00
140 changed files with 10370 additions and 5042 deletions

View File

@ -1,4 +1,10 @@
# additional include paths necessary to compile the C++ library
SUBDIRS = lib benchmarks tests programs
.PHONY: tests
tests: all
$(MAKE) -C tests tests
AM_CXXFLAGS += -I$(top_builddir)/include
ACLOCAL_AMFLAGS = -I m4