X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/685310582f82cc1732e68cc940f58d0bf9dc24ed..1de5f8fa25dcea9fb9de9707d75120f762ce3a87:/tests/skstream/Makefile diff --git a/tests/skstream/Makefile b/tests/skstream/Makefile index 2d93290..23604cd 100644 --- a/tests/skstream/Makefile +++ b/tests/skstream/Makefile @@ -6,8 +6,12 @@ CXXFLAGS=-ansi -pedantic -Wall -g `pkg-config --cflags skstream-0.3` LDFLAGS=`pkg-config --libs skstream-0.3` +TARGETS=cliente_tcp cliente_udp broadcaster_udp + # Regla por defecto. -all: cliente servidor -cliente: cliente.cpp -servidor: servidor.cpp +all: $(TARGETS) +#cliente: cliente.cpp +#servidor: servidor.cpp +clean: + rm -f $(TARGETS) *.o