Please Update `User Manual` fix Make command
question
1. Error: No is `TAB` key
```
DRONES_DIR = $(shell git config "borg.drones-directory" || echo "lib")
-include $(DRONES_DIR)/borg/borg.mk
bootstrap-borg:
@git submodule--helper clone --name borg --path $(DRONES_DIR)/borg \
--url git@github.com:emacscollective/borg.git
@cd $(DRONES_DIR)/borg; git symbolic-ref HEAD refs/heads/main
@cd $(DRONES_DIR)/borg; git reset --hard HEAD
```
2. Error: On Windwos systerm don't work `rm init.elc` on `borg.mk`
No job at `C:/Users/xxx/AppData/Roaming/.emacs.d/init.elc` but at `C:/Users/xxx/.emacs.d/init.elc`
```
;; line 94
$(Q)rm -f init.elc $(INIT_FILES:.el=.elc)
;; line 164
$(Q)rm -f init.elc $(INIT_FILES:.el=.elc)
``
关闭于 2025-09-08 9 条评论