Make it easy to backup installed packages in elpa directory

This commit is contained in:
2017-06-29 11:16:18 +01:00
parent 36019b8389
commit c53c7ea409

View File

@@ -1,5 +1,9 @@
.SILENT:
.PHONY: backup-elpa
backup-elpa:
tar -cjf elpa_$(shell date "+%Y-%m-%d").tar.bz2 elpa
.PHONY: vendor
vendor: \
vendor/escreen.el \