chore(makefile): remove backup-elpa target

It is no longer relevant or needed as I use straight.el to install
packages now, which supports locking packages to specific versions.

This backup target was essentially a way of being able to re-produce a
specific set of exact dependencies in case updating packages caused
issues.
This commit is contained in:
2021-04-07 23:42:55 +01:00
parent b7b21c5e13
commit 160d920c3a

View File

@@ -48,6 +48,3 @@ vendor: $(VENDORED)
update_vendor: $(foreach file,$(VENDORED),update_$(file))
remove_vendor: $(foreach file,$(VENDORED),remove_$(file))
.PHONY: backup-elpa
backup-elpa:
tar -cjf elpa_$(shell date "+%Y-%m-%d").tar.bz2 elpa