]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - tests/skstream/Makefile
faltaba un barra n
[z.facultad/75.42/plaqui.git] / tests / skstream / Makefile
1 #
2 # $Id$
3 #
4
5 # Opciones para el compilador.
6 CXXFLAGS=-ansi -pedantic -Wall -g `pkg-config --cflags skstream-0.3`
7 LDFLAGS=`pkg-config --libs skstream-0.3`
8
9 TARGETS=cliente_tcp cliente_udp broadcaster_udp
10
11 # Regla por defecto.
12 all: $(TARGETS)
13 #cliente: cliente.cpp
14 #servidor: servidor.cpp
15
16 clean:
17         rm -f $(TARGETS) *.o