1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00
This commit is contained in:
tg(x) 2011-04-30 16:41:30 +02:00
parent 811156f98d
commit 2ccd132579
2 changed files with 5 additions and 2 deletions

View file

@ -5,11 +5,14 @@
all: all:
${MAKE} -C src ${MAKE} -C src
debug:
${MAKE} -C src debug
diet: diet:
${MAKE} -C src diet ${MAKE} -C src diet
test: test:
${MAKE} -C test ${MAKE} -C test test
doc: doc:
doxygen doxygen

View file

@ -8,7 +8,7 @@ WRAPPER =
DIET = diet DIET = diet
PORT = 4440 PORT = 4440
all: test all: ${TARGETS}
diet: WRAPPER = ${DIET} diet: WRAPPER = ${DIET}
diet: all diet: all