Makefile: update 'reset' target
This commit is contained in:
parent
dedc0f5ee3
commit
2d8985975b
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -25,9 +25,8 @@ clean:
|
||||||
@rm -f *.elc {core,modules,private,contrib}/*.elc {core,modules}/defuns/*.elc
|
@rm -f *.elc {core,modules,private,contrib}/*.elc {core,modules}/defuns/*.elc
|
||||||
|
|
||||||
reset:
|
reset:
|
||||||
@rm -fr $(CACHE_DIR)/{ltxpng,pcache,undo}
|
@find $(CACHE_DIR) -type f -maxdepth 1 -delete
|
||||||
@mkdir -p $(CACHE_DIR)/{ltxpng,pcache,undo}
|
@rm -f $(CACHE_DIR)/{workgroups,pcache,ltxpng,backup}/*
|
||||||
rm -f "$(CACHE_DIR)/workgroups/*"
|
|
||||||
|
|
||||||
|
|
||||||
%.elc: %.el
|
%.elc: %.el
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue