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
|
||||
|
||||
reset:
|
||||
@rm -fr $(CACHE_DIR)/{ltxpng,pcache,undo}
|
||||
@mkdir -p $(CACHE_DIR)/{ltxpng,pcache,undo}
|
||||
rm -f "$(CACHE_DIR)/workgroups/*"
|
||||
@find $(CACHE_DIR) -type f -maxdepth 1 -delete
|
||||
@rm -f $(CACHE_DIR)/{workgroups,pcache,ltxpng,backup}/*
|
||||
|
||||
|
||||
%.elc: %.el
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue