--- libaitrpc/example/Makefile 2011/05/02 23:12:07 1.2 +++ libaitrpc/example/Makefile 2011/08/29 22:37:06 1.3 @@ -3,4 +3,4 @@ all: gcc -g -I../inc -I. -L. -L../lib -L/usr/local/lib -o tcli tcli.c -laitrpc -pthread clean: - rm -f tsrv tcli + rm -f tsrv tcli *.core