1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

Typo in capital

This commit is contained in:
Peter Boyle 2015-04-15 12:03:38 +01:00
parent cab7ef9bc2
commit fddb904b4c

View File

@ -49,6 +49,6 @@ bin_PROGRAMS = Grid_main test_Grid_stencil
Grid_main_SOURCES = Grid_main.cc
Grid_main_LDADD = libGrid.a
test_Grid_stencil_SOURCES = test_Grid_Stencil.cc
test_Grid_stencil_SOURCES = test_Grid_stencil.cc
test_Grid_stencil_LDADD = libGrid.a