mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Makefile: update 'reset' target
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user