GNUmakefile hacking

This commit is contained in:
Laurent Rineau 2006-04-06 22:41:49 +00:00
parent 3dd002b334
commit 902c0d00a3
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
.PHONY: all test doxygen clean dist-clean update diff examples dep
.PHONY: all test doxygen clean dist-clean update diff examples dep applications
all: examples
all: examples test applications
examples:
$(MAKE) -C examples/Mesh_3
@ -12,6 +12,9 @@ dep:
test:
${MAKE} -C test/Mesh_3 run
applications:
$(MAKE) -C applications
doxygen:
doxygen