Skip to content

Commit 62a17ad

Browse files
committed
; * Makefile (check-declare): Simplify.
1 parent 847ba97 commit 62a17ad

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
@@ -59,7 +59,7 @@ checkdoc:
5959

6060
.PHONY: check-declare
6161
check-declare:
62-
$(EMACS) -Q -batch -eval '(check-declare-directory "$(CURDIR)")'
62+
$(EMACS) -Q -batch -eval '(check-declare-directory ".")'
6363

6464
.PHONY: plain
6565
plain: compile

0 commit comments

Comments
 (0)