We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847ba97 commit 62a17adCopy full SHA for 62a17ad
Makefile
@@ -59,7 +59,7 @@ checkdoc:
59
60
.PHONY: check-declare
61
check-declare:
62
- $(EMACS) -Q -batch -eval '(check-declare-directory "$(CURDIR)")'
+ $(EMACS) -Q -batch -eval '(check-declare-directory ".")'
63
64
.PHONY: plain
65
plain: compile
0 commit comments