mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
makefile
This commit is contained in:
parent
9a971fc3bc
commit
6107757c2e
2 changed files with 5 additions and 2 deletions
5
Makefile
5
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
|
||||
|
|
|
@ -8,7 +8,7 @@ WRAPPER =
|
|||
DIET = diet
|
||||
PORT = 4440
|
||||
|
||||
all: test
|
||||
all: ${TARGETS}
|
||||
|
||||
diet: WRAPPER = ${DIET}
|
||||
diet: all
|
||||
|
|
Loading…
Reference in a new issue