diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/Makefile.am b/lisp/Makefile.am index 54c22d0..2be864c 100644 --- a/lisp/Makefile.am +++ b/lisp/Makefile.am @@ -5,6 +5,8 @@ elc_SCRIPTS = id-utils.elc elcdir = @LISPDIR@ SUFFIXES = .el .elc +DISTCLEANFILES = id-utils.elc + .el.elc: @echo "WARNING: Warnings can be ignored. :-)" $(SHELL) $(srcdir)/elisp-comp $< |