branch: externals/m-buffer
commit 3bff1078c6c7a33ee88ab187981a0957dae2994e
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>

    Add package task to Makefile
---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 2540a7c97e..de5eba61c4 100644
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,8 @@ just-test:
 
 test: install just-test
 
+package:
+       $(EMACS_ENV) $(CASK) package
 
 doc-gen:
        $(EMACS_ENV) $(CASK) emacs \

Reply via email to