From 6107757c2ef9ab359fef327684d130df167b5d35 Mon Sep 17 00:00:00 2001 From: Gabor Adam Toth Date: Sat, 30 Apr 2011 16:41:30 +0200 Subject: [PATCH] makefile --- Makefile | 5 ++++- test/Makefile | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8e0a66f..a004220 100644 --- a/Makefile +++ b/Makefile @@ -5,11 +5,14 @@ all: ${MAKE} -C src +debug: + ${MAKE} -C src debug + diet: ${MAKE} -C src diet test: - ${MAKE} -C test + ${MAKE} -C test test doc: doxygen diff --git a/test/Makefile b/test/Makefile index d2f2796..482dd7e 100644 --- a/test/Makefile +++ b/test/Makefile @@ -8,7 +8,7 @@ WRAPPER = DIET = diet PORT = 4440 -all: test +all: ${TARGETS} diet: WRAPPER = ${DIET} diet: all