Merge pull request #39 from zhenyatian/master

Update makefile
This commit is contained in:
Li, Zeng 2018-11-01 14:39:06 +08:00 committed by GitHub
commit 85036168c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -487,7 +487,7 @@ $(objdir)Client.o: Server/Client.cpp Server/Client.h $(objdir)Socket.o $(objdir)
#objects in Server/ end
$(lib_antlr):
pre:
rm -rf tools/libantlr3c-3.4/
cd tools; tar -xzvf libantlr3c-3.4.tar.gz;
cd tools; cd libantlr3c-3.4/; ./configure -enable-64bit; make;