clean *.osm as pointed out by Robert P. J. Day

This commit is contained in:
Mike Frysinger 2006-03-05 18:04:23 +00:00
parent 33b45a09a1
commit 56ee779074

View File

@ -488,6 +488,7 @@ clean:
- find . -name \*.o -exec rm -f {} \;
- find . -name \*.om -exec rm -f {} \;
- find . -name \*.os -exec rm -f {} \;
- find . -name \*.osm -exec rm -f {} \;
- find . -name \*.a -exec rm -f {} \;
distclean: clean