branch: elpa/casual
commit 5c9746dc83d319f22b807256eef37ed014bcf8ed
Author: Charles Choi <[email protected]>
Commit: Charles Choi <[email protected]>
Fix create-gh-release target.
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 1738703ec7..641ae11885 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@
# $ make new-sprint
LISP_DIR=./lisp
-MAIN_EL=$(LISP_DIR)/casual.el
+MAIN_EL=$(realpath $(LISP_DIR)/casual.el)
TIMESTAMP := $(shell /bin/date "+%Y%m%d_%H%M%S")
VERSION := $(shell ./scripts/read-version.sh $(MAIN_EL))