1
0
Fork 0
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:
Marenz 2011-04-30 12:56:07 +02:00
parent 92fcc1a604
commit 3201a5fa23
2 changed files with 11 additions and 7 deletions

View file

@ -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