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