]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - tests/skstream/Makefile
arregle un poquito la and
[z.facultad/75.42/plaqui.git] / tests / skstream / Makefile
index 2d9329075a36d1ca0919947349c1c47742b7cbbb..23604cd7f1f5030361fd65c4aedf0ab23b9127f6 100644 (file)
@@ -6,8 +6,12 @@
 CXXFLAGS=-ansi -pedantic -Wall -g `pkg-config --cflags skstream-0.3`
 LDFLAGS=`pkg-config --libs skstream-0.3`
 
 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.
 # 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