X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/d93cbb5e5f24aa986220c4b9ddb7e17885545182..4c52a7024a46f923d1db8362bc5c5c9cd1fac1b2:/tests/skstream/Makefile diff --git a/tests/skstream/Makefile b/tests/skstream/Makefile index 385f735..983f331 100644 --- a/tests/skstream/Makefile +++ b/tests/skstream/Makefile @@ -7,5 +7,7 @@ CXXFLAGS=-ansi -pedantic -Wall -g3 `skstream-config --cflags` LDFLAGS=`skstream-config --libs` # Regla por defecto. -cliente: cliente.cc +all: cliente servidor +cliente: cliente.cpp +servidor: servidor.cpp