1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-09 23:45:36 +00:00
Grid/tests/Makefile.am

10 lines
147 B
Makefile
Raw Normal View History

2016-07-08 17:16:08 +01:00
SUBDIRS = core forces hmc solver debug
2016-07-07 22:31:07 +01:00
if BUILD_CHROMA_REGRESSION
SUBDIRS+= qdpxx
endif
2016-08-02 17:26:54 +01:00
AM_LDFLAGS += -L$(top_builddir)/lib
include Make.inc