add check_expr to 'make clean' and CVS ignore list

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5890 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2005-06-09 21:12:03 +00:00
parent 5736270107
commit 4ec448cc76
2 changed files with 2 additions and 1 deletions

View File

@@ -2,3 +2,4 @@
astman astman
smsq smsq
stereorize stereorize
check_expr

View File

@@ -26,7 +26,7 @@ install:
done done
clean: clean:
rm -f *.o astman smsq stereorize .depend rm -f *.o astman smsq stereorize check_expr .depend
astman: astman.o ../md5.o astman: astman.o ../md5.o
$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt $(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt