1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00
Grid/benchmarks/Makefile.am

9 lines
167 B
Makefile
Raw Normal View History

2015-05-05 17:56:42 +01:00
# additional include paths necessary to compile the C++ library
AM_CXXFLAGS = -I$(top_srcdir)/lib
2015-05-15 12:21:40 +01:00
AM_LDFLAGS = -L$(top_builddir)/lib
2015-05-05 17:56:42 +01:00
#
# Test code
#
include Make.inc