]> git.llucax.com Git - z.facultad/75.29/dale.git/blob - tests/Makefile
09d0ac95e0f82d656a560d5ab1fee4793afbce40
[z.facultad/75.29/dale.git] / tests / Makefile
1
2 # Opciones para el compilador C++.
3 CXXFLAGS = -Wall -ggdb -ansi -pedantic -DDEBUG -fno-inline
4
5
6 # REGLAS
7 #########
8
9 .PHONY: clean
10
11 o_files = $(patsubst %.$(extension),%.o,$(fuentes))
12
13 clean:
14         @$(RM) -fv *.o $(target)
15