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

makefile fixes for solaris

This commit is contained in:
tg(x) 2011-05-08 04:11:36 +02:00
parent a8f35be057
commit 07d7a1626e
3 changed files with 15 additions and 9 deletions

View file

@ -25,8 +25,8 @@ doc:
doxygen
clean:
make -C src clean
make -C test clean
${MAKE} -C src clean
${MAKE} -C test clean
rm -rf doc/html doc/latex doc/man
help: