mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-13 01:05:36 +00:00
10 lines
147 B
Makefile
10 lines
147 B
Makefile
SUBDIRS = core forces hmc solver debug
|
|
|
|
if BUILD_CHROMA_REGRESSION
|
|
SUBDIRS+= qdpxx
|
|
endif
|
|
|
|
AM_LDFLAGS += -L$(top_builddir)/lib
|
|
|
|
include Make.inc
|