mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
+
This commit is contained in:
parent
2819fa86b4
commit
33f2862476
2 changed files with 4 additions and 2 deletions
|
@ -21,3 +21,7 @@ Other possible targets include:
|
|||
: make doc # generate the API documentation (will be put in the doc folder)
|
||||
: make help # display the possible targets
|
||||
|
||||
On BSD try this:
|
||||
|
||||
: sudo gmake install prefix=/usr/local
|
||||
|
||||
|
|
2
Makefile
2
Makefile
|
@ -49,5 +49,3 @@ clean:
|
|||
help:
|
||||
@/bin/echo -e "Usage:\n\tmake - compile\n\tmake diet - compile with diet libc\n\tmake test\n\tmake doc\n\tmake install [prefix=/usr]"
|
||||
|
||||
legal:
|
||||
git push l
|
||||
|
|
Loading…
Reference in a new issue