Skip to content

Commit bf25168

Browse files
committed
Remove 'clean' from 'make all' targets
1 parent 15a0198 commit bf25168

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Check emacs version
2727
run: emacs --version
2828
- name: Run tests
29-
run: make
29+
run: make && make clean

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
all: compile test clean
1+
all: compile test
22

33
compile:
44
@emacs -batch -L . -L themes/ -f batch-byte-compile *.el themes/*.el

0 commit comments

Comments
 (0)