1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-04 19:25:56 +01:00

Typo in capital

This commit is contained in:
Peter Boyle 2015-04-15 12:03:38 +01:00
parent b59553bd65
commit 3cb04f555d

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