mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
Makefile improvements
This commit is contained in:
parent
917474e6f3
commit
1b49ff9605
3 changed files with 52 additions and 36 deletions
9
Makefile
9
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue