mirror of
https://github.com/sheumann/hush.git
synced 2025-01-03 00:31:16 +00:00
clean *.osm as pointed out by Robert P. J. Day
This commit is contained in:
parent
33b45a09a1
commit
56ee779074
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
|
||||||
|
Loading…
Reference in New Issue
Block a user