aboutsummaryrefslogtreecommitdiffstats
path: root/agi
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-29 22:24:44 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-29 22:24:44 +0000
commit5aafb5a5e409cc29b85acd3eb178b153b351f528 (patch)
tree6138fc5c7220ec52871a624a0b576fca2528d636 /agi
parentde04a59313b153d1d01688e6a48ae8c5fd78dadd (diff)
clean up assembler and preprocessor files if they are here too
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@87467 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'agi')
-rw-r--r--agi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/agi/Makefile b/agi/Makefile
index 4066cda0b..2ced1ba68 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -40,6 +40,7 @@ uninstall:
clean:
rm -f *.so *.o look eagi-test eagi-sphinx-test
rm -f .*.o.d .*.oo.d
+ rm -f *.s *.i
rm -f strcompat.c
ifneq ($(wildcard .*.d),)