1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

makefile improvements

This commit is contained in:
Gabor Adam Toth 2011-05-08 03:15:06 +02:00
parent 8cf748b945
commit 86cae5ed7d

View file

@ -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