mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
make clean removes cherrypy.config
This commit is contained in:
parent
24991026bc
commit
56a05efc24
2
Makefile
2
Makefile
@ -51,7 +51,7 @@ html:
|
|||||||
@$(MAKE) -s -C doc html
|
@$(MAKE) -s -C doc html
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -f cherrpy.config
|
@rm -f cherrypy.config
|
||||||
@find themes -name "*.tiny.css" -exec rm {} \;
|
@find themes -name "*.tiny.css" -exec rm {} \;
|
||||||
@find . -name "*~" -exec rm {} \;
|
@find . -name "*~" -exec rm {} \;
|
||||||
@find . -name ".#*" -exec rm {} \;
|
@find . -name ".#*" -exec rm {} \;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user