]> git.llucax.com Git - z.facultad/75.68/celdas.git/blob - trunk/src/Makefile
e1eb39df255b2ab5ee7bf05f5e430e44249bbfb9
[z.facultad/75.68/celdas.git] / trunk / src / Makefile
1
2 CXXFLAGS=-Wall -g
3
4 targets=test
5
6 all: $(targets)
7
8 test: main.o sistemaautonomo.o
9         $(CXX) $(LDFLAGS) -o test *.o
10
11 clean:
12         $(RM) -fv *.o $(target)
13
14 depend:
15         makedepend -- $(CFLAGS) -- *.cpp
16
17 main.o: main.h sistemaautonomo.h indicemagico.h
18 sistemaautonomo.o: sistemaautonomo.h indicemagico.h