1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

psyc_text: added extra param

This commit is contained in:
tg(x) 2011-06-12 21:04:11 +02:00
parent 15fc28d2d7
commit 0559cd79a7
4 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@ prefix = /usr
libdir = ${prefix}/lib
INSTALL = install
LIBS = libpsyc.a
LIBS = libpsyc.a libpsyc.so
install: ${LIBS}
@ -10,7 +10,7 @@ libdir:
${INSTALL} -d ${libdir}
${LIBS}: libdir
${INSTALL} $@ ${libdir}
-${INSTALL} $@ ${libdir}
clean:
rm -f ${LIBS}