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