Loading Makefile +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 Loading
Makefile +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