aboutsummaryrefslogtreecommitdiffstats
path: root/agi
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-29 22:12:16 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-29 22:12:16 +0000
commit240ced89150d29f43cf29fb896045becdf8fb5f7 (patch)
tree28facce7e4716a9eb00d75096cf842a3b86afa77 /agi
parentb5b85fd23e2a710678dcd90961faf6c9ad71ea4e (diff)
clean up (and ignore) assembler and preprocessor intermediate files if any are created during the build
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@87463 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'agi')
-rw-r--r--agi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/agi/Makefile b/agi/Makefile
index 4066cda0b..c24c7f100 100644
--- a/agi/Makefile
+++ b/agi/Makefile
@@ -39,7 +39,7 @@ uninstall:
clean:
rm -f *.so *.o look eagi-test eagi-sphinx-test
- rm -f .*.o.d .*.oo.d
+ rm -f .*.o.d .*.oo.d *.s *.i
rm -f strcompat.c
ifneq ($(wildcard .*.d),)