mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
8 lines
110 B
Makefile
8 lines
110 B
Makefile
SUBDIRS = core forces hmc solver debug
|
|
|
|
if BUILD_CHROMA_REGRESSION
|
|
SUBDIRS+= qdpxx
|
|
endif
|
|
|
|
include Make.inc
|