clean *.osm as pointed out by Robert P. J. Day
This commit is contained in:
1
Makefile
1
Makefile
@ -488,6 +488,7 @@ clean:
|
|||||||
- find . -name \*.o -exec rm -f {} \;
|
- find . -name \*.o -exec rm -f {} \;
|
||||||
- find . -name \*.om -exec rm -f {} \;
|
- find . -name \*.om -exec rm -f {} \;
|
||||||
- find . -name \*.os -exec rm -f {} \;
|
- find . -name \*.os -exec rm -f {} \;
|
||||||
|
- find . -name \*.osm -exec rm -f {} \;
|
||||||
- find . -name \*.a -exec rm -f {} \;
|
- find . -name \*.a -exec rm -f {} \;
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
Reference in New Issue
Block a user