]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blob - tests/socket++/Makefile
Se completa un poco mas el manual del proyecto.
[z.facultad/75.42/plaqui.git] / tests / socket++ / Makefile
1 #
2 # $Id$
3 #
4
5 # Opciones para el compilador.
6 CXXFLAGS=-ansi -pedantic -Wall -g
7 LDFLAGS=-lsocket++
8
9 TARGETS=udp_receiver udp_transmiter
10
11 # Regla por defecto.
12 all: $(TARGETS)
13
14 clean:
15         rm -f $(TARGETS) *.o