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:
tg(x) 2011-04-30 15:42:48 +02:00
parent 917474e6f3
commit 1b49ff9605
3 changed files with 52 additions and 36 deletions

View file

@ -1,17 +1,18 @@
.PHONY: doc
.PHONY: test
.PHONY: lib
default:
@/bin/echo -e "Usage:\n\tmake diet - compile with diet libc\n\tmake glibc - compile with normal gnu libc\n\tmake test\n\tmake doc"
glibc:
make -C src glibc
lib:
${MAKE} -C src lib
diet:
make -C src diet
${MAKE} -C src diet
test:
make -C test
${MAKE} -C test
doc:
doxygen