mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 19:43:03 +00:00
clean up assembler and preprocessor files if they are here too
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87467 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -15,3 +15,4 @@ $(LIB): $(OBJS)
|
||||
clean:
|
||||
rm -f $(LIB) *.o
|
||||
rm -f .*.o.d
|
||||
rm -f *.s *.i
|
||||
|
||||
@@ -18,3 +18,4 @@ $(LIB): $(OBJS)
|
||||
|
||||
clean:
|
||||
rm -f $(LIB) *.o .*.d
|
||||
rm -f *.s *.i
|
||||
|
||||
@@ -75,3 +75,4 @@ $(LIB): $(OBJ)
|
||||
|
||||
clean:
|
||||
rm -f *.o $(LIB) .*.d
|
||||
rm -f *.s *.i
|
||||
|
||||
Reference in New Issue
Block a user