mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
10 lines
151 B
Makefile
10 lines
151 B
Makefile
AM_CXXFLAGS += -I$(top_srcdir)/extras
|
|
|
|
bin_PROGRAMS = qed-fvol
|
|
|
|
qed_fvol_SOURCES = \
|
|
qed-fvol.cc \
|
|
Global.cc
|
|
|
|
qed_fvol_LDADD = -lGrid
|