From 160d920c3ac6d2deba91ba30554fece851cff56d Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Wed, 7 Apr 2021 23:42:55 +0100 Subject: [PATCH] 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. --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index d0e588e..7e7647e 100644 --- a/Makefile +++ b/Makefile @@ -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