File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 3
3
* . \# *
4
4
* .elc
5
5
.cask
6
- elpa
6
+ elpa *
7
7
.depend
8
8
TAGS
9
9
.DS_STORE
Original file line number Diff line number Diff line change @@ -16,18 +16,21 @@ OBJECTS = $(ELS:.el=.elc)
16
16
17
17
-include .depend
18
18
19
- elpa :
19
+ elpa- $( EMACS ) :
20
20
$(CASK ) install
21
21
$(CASK ) update
22
22
touch $@
23
23
24
+ .PHONY : elpa
25
+ elpa : elpa-$(EMACS )
26
+
24
27
.PHONY : build version
25
28
build : elpa $(OBJECTS )
26
29
27
30
version :
28
31
$(EMACS ) --version
29
32
30
- test-checks : version
33
+ test-checks : version elpa
31
34
$(CASK ) exec $(EMACS ) --no-site-file --no-site-lisp --batch \
32
35
-l test/scripts/cider-checks.el ./
33
36
@@ -46,7 +49,7 @@ clean :
46
49
47
50
.PHONY : elpaclean
48
51
elpaclean : clean
49
- rm -f elpa
52
+ rm -f elpa*
50
53
rm -rf .cask # Clean packages installed for development
51
54
52
55
% .elc : % .el
You can’t perform that action at this time.
0 commit comments