Commit 706d079e authored by Yuanle Song's avatar Yuanle Song
Browse files

include zero-el version in zip file name.

parent 5647052b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
VERSION := $(shell grep 'setq zero-version' zero-framework.el | cut -d'"' -f2)

compile:
	emacs -Q --batch -l zero-reload-all.el -f zero-rebuild -l zero-table.el -f ert-run-tests-batch
zip:
	git archive -o zero-el.zip --prefix=zero/ HEAD
	git archive -o zero-el-$(VERSION).zip --prefix=zero/ HEAD
.PHONY: zip compile