(.SUFFIXES): Add .SUFFIXES.
This commit is contained in:
parent
b2a8e429ba
commit
49060c51af
3 changed files with 10 additions and 0 deletions
|
@ -159,6 +159,8 @@ TAGS: $(lisptagsfiles1) $(lisptagsfiles2)
|
|||
TAGS-LISP: $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2)
|
||||
$(ETAGS) -o TAGS-LISP $(lispsource)$(lisptagsfiles1) $(lispsource)$(lisptagsfiles2)
|
||||
|
||||
.SUFFIXES: .elc .el
|
||||
|
||||
.el.elc:
|
||||
-$(emacs) -f batch-byte-compile $<
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue