mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
renamed lib target to glibc. Puts .a file now in lib/
This commit is contained in:
parent
92fcc1a604
commit
3201a5fa23
2 changed files with 11 additions and 7 deletions
4
Makefile
4
Makefile
|
@ -4,8 +4,8 @@
|
|||
default:
|
||||
@/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
|
||||
glibc:
|
||||
make -C src glibc
|
||||
|
||||
diet:
|
||||
make -C src diet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue