From fe158d85706503b1aefa24ca67a08a5a5903b369 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Tue, 29 Oct 2013 16:16:39 +0200 Subject: Refactor package generation code cider-pkg.el is now auto-generated by cask. Special thanks to @lunaryorn for suggesting this. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9580e3bb..3377a649 100644 --- a/Makefile +++ b/Makefile @@ -23,11 +23,13 @@ elpa: touch $@ package: + cask package mkdir -p packages/$(PACKAGE_NAME) cp $(ELS) packages/$(PACKAGE_NAME) tar cf packages/$(PACKAGE_NAME).tar -C packages $(PACKAGE_NAME) packageclean: + rm cider-pkg.el rm -rf packages/$(PACKAGE_NAME) rm packages/$(PACKAGE_NAME).tar -- cgit v1.2.3