diff options
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -488,6 +488,7 @@ clean: | |||
488 | - find . -name \*.o -exec rm -f {} \; | 488 | - find . -name \*.o -exec rm -f {} \; |
489 | - find . -name \*.om -exec rm -f {} \; | 489 | - find . -name \*.om -exec rm -f {} \; |
490 | - find . -name \*.os -exec rm -f {} \; | 490 | - find . -name \*.os -exec rm -f {} \; |
491 | - find . -name \*.osm -exec rm -f {} \; | ||
491 | - find . -name \*.a -exec rm -f {} \; | 492 | - find . -name \*.a -exec rm -f {} \; |
492 | 493 | ||
493 | distclean: clean | 494 | distclean: clean |