]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - tests/skstream/Makefile
385f735276e833c5d033b0dafdbd8945aff6c93e
[z.facultad/75.42/plaqui.git] / tests / skstream / Makefile
1 #
2 # $Id$
3 #
4
5 # Opciones para el compilador.
6 CXXFLAGS=-ansi -pedantic -Wall -g3 `skstream-config --cflags`
7 LDFLAGS=`skstream-config --libs`
8
9 # Regla por defecto.
10 cliente: cliente.cc
11