--- libaitrpc/example/Makefile 2011/05/02 23:12:07 1.2 +++ libaitrpc/example/Makefile 2011/08/19 09:24:41 1.2.4.1 @@ -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