aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-09 21:12:03 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-09 21:12:03 +0000
commit75a3ea07359df8097ecaacf63dfb22214163a16d (patch)
tree6ac438ac67d5e9d055933a48b926c39cf3e9a5b8 /utils/Makefile
parent6f23c71d755123290c37d384dd7424b7ad11879c (diff)
add check_expr to 'make clean' and CVS ignore list
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5890 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'utils/Makefile')
-rwxr-xr-xutils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 2b4496152..76328022a 100755
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -26,7 +26,7 @@ install:
done
clean:
- rm -f *.o astman smsq stereorize .depend
+ rm -f *.o astman smsq stereorize check_expr .depend
astman: astman.o ../md5.o
$(CC) $(CFLAGS) -o astman astman.o ../md5.o -lnewt