mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
makefile improvements
This commit is contained in:
parent
a90b02065f
commit
a8f35be057
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -11,7 +11,12 @@ debug:
|
|||
diet:
|
||||
${MAKE} -C src diet
|
||||
|
||||
test:
|
||||
debugtest: testdebug test
|
||||
|
||||
testdebug: debug
|
||||
${MAKE} -C test debug
|
||||
|
||||
test: all
|
||||
${MAKE} -C test test
|
||||
${MAKE} -C test nettest
|
||||
${MAKE} -C test nettestr
|
||||
|
|
Loading…
Reference in a new issue