Fix backup dir creation in makefile
This commit is contained in:
parent
05087d8b20
commit
6b154c3124
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -340,7 +340,7 @@ alacritty_terminfo: check_os
|
|||
.PHONY: prepare_backup_dir
|
||||
prepare_backup_dir: check_os
|
||||
@echo "Creating $(BACKUP_DIR)"
|
||||
@mkdir $(BACKUP_DIR)
|
||||
@mkdir -p $(BACKUP_DIR)
|
||||
|
||||
.PHONY: clean_backup
|
||||
clean_backup: check_os
|
||||
|
|
Loading…
Add table
Reference in a new issue