Skip to content

Commit 7e205e1

Browse files
committed
Update eask's clean command
1 parent 2f2be97 commit 7e205e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test:
2626
$(EASK) test ert ./test/*.el
2727

2828
clean:
29-
$(EASK) clean-all
29+
$(EASK) clean all
3030

3131
tag:
3232
$(eval TAG := $(filter-out $@,$(MAKECMDGOALS)))

0 commit comments

Comments
 (0)