diff --git a/samples/Makefile b/samples/Makefile index e6531d9c4f..bdfde6ec37 100644 --- a/samples/Makefile +++ b/samples/Makefile @@ -7,6 +7,7 @@ SUBDIRS += DwtHarr1D SUBDIRS += BitionicSort SUBDIRS += BinarySearch SUBDIRS += BlackScholes +SUBDIRS += FloydWarshall SUBDIRS += MatrixTranspose SUBDIRS += MatrixMultiplication