summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@tradeo.com>2013-12-03 19:00:21 +0200
committerBozhidar Batsov <bozhidar@tradeo.com>2013-12-03 19:00:21 +0200
commit41716548e0342356a2c88e388db60e81322c0080 (patch)
tree572f796910a64e0b801209c5b3da9bc2a0c746f4 /Makefile
parente3478b9753b909aa0e2baaca3f6ec0c96309c19b (diff)
Release 0.4.0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0dcd8ce8..86e35044 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ elpa:
touch $@
package:
- $(cask) package
+ $(CASK) package
mkdir -p packages/$(PACKAGE_NAME)
cp $(ELS) packages/$(PACKAGE_NAME)
tar cf packages/$(PACKAGE_NAME).tar -C packages $(PACKAGE_NAME)