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

renaming & moving stuff around; psyc logo

This commit is contained in:
tg(x) 2011-04-21 14:20:24 +02:00
parent ca844efdb4
commit 9fd39c72a1
29 changed files with 153 additions and 73 deletions

View file

@ -1,8 +1,8 @@
.PHONY: doc
.PHONY: tests
.PHONY: test
default:
@/bin/echo -e "Usage:\n\tmake diet - compile with diet libc\n\tmake lib - compile with normal gnu libc\n\tmake tests\n\tmake doc"
@/bin/echo -e "Usage:\n\tmake diet - compile with diet libc\n\tmake lib - compile with normal gnu libc\n\tmake test\n\tmake doc"
lib:
make -C src lib
@ -10,13 +10,13 @@ lib:
diet:
make -C src diet
tests:
make -C tests
test:
make -C test
doc:
doxygen
clean:
make -C src clean
make -C tests clean
rm -rf doc
make -C test clean
rm -rf doc/html doc/latex doc/man