dect
/
asterisk
Archived
13
0
Fork 0

Clean agi-sphinx-test (bug #1547)

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2882 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-05-04 01:46:01 +00:00
parent a8bcf1cdd4
commit babbe84ed2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ eagi-sphinx-test: eagi-sphinx-test.o
$(CC) -o eagi-sphinx-test eagi-sphinx-test.o
clean:
rm -f *.so *.o look .depend eagi-test
rm -f *.so *.o look .depend eagi-test eagi-sphinx-test
%.so : %.o
$(CC) -shared -Xlinker -x -o $@ $<