1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 04:37:05 +01:00

Make file and configure

This commit is contained in:
Peter Boyle
2015-03-29 21:44:22 +01:00
parent 8801c59cce
commit 7f1af07fb3
2 changed files with 26 additions and 1 deletions

View File

@ -23,5 +23,8 @@ include_HEADERS = Grid.h\
# Test code
#
bin_PROGRAMS = Grid_main
Grid_main_SOURCES = Grid_main.cc
Grid_main_SOURCES = \
Grid_main.cc\
Grid_fake.cc
Grid_main_LDADD = libGrid.a