X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=12a9638eb3034d90f709baecbc325b218be49321;hb=06c8668458b268fe8aa1ec87df1750e999ab8447;hp=4b4171fd74bc4f52e3756b40f1f99259391e2307;hpb=1978b0db7ae600aac35a7e5527a26a741e33dc3c;p=plcapi.git diff --git a/Makefile b/Makefile index 4b4171f..12a9638 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ DEBUGGERFILES=debugger/index.php \ all: install install: - cd lib && cp ${LIBFILES} ${PHPINCLUDEDIR} + cp ${LIBFILES} ${PHPINCLUDEDIR} @echo Lib files have been copied to ${PHPINCLUDEDIR} cd doc && $(MAKE) install