mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 11:45:56 +01:00
6 lines
170 B
Makefile
6 lines
170 B
Makefile
# additional include paths necessary to compile the C++ library
|
|
AM_CXXFLAGS = -I$(top_srcdir)/include/
|
|
|
|
SUBDIRS = prerequisites lib benchmarks tests
|
|
|
|
filelist: $(SUBDIRS) |