mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-09 23:45:36 +00:00
11 lines
212 B
Makefile
11 lines
212 B
Makefile
# additional include paths necessary to compile the C++ library
|
|
SUBDIRS = lib benchmarks tests
|
|
|
|
.PHONY: tests
|
|
|
|
tests: all
|
|
$(MAKE) -C tests tests
|
|
|
|
AM_CXXFLAGS += -I$(top_builddir)/include
|
|
ACLOCAL_AMFLAGS = -I m4
|