mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
17 lines
221 B
Makefile
17 lines
221 B
Makefile
SUBDIRS = . core forces hmc solver debug smearing IO lanczos
|
|
|
|
if BUILD_CHROMA_REGRESSION
|
|
SUBDIRS+= qdpxx
|
|
endif
|
|
|
|
include Make.inc
|
|
|
|
check-local: all
|
|
./Test_simd
|
|
./Test_cshift
|
|
./Test_stencil
|
|
./Test_dwf_mixedcg_prec
|
|
|
|
|
|
|