Add drd.el to source files

This commit is contained in:
Tom Willemse 2014-09-22 21:39:03 +02:00
parent 95607444a0
commit d7b2e88fdd

View file

@ -1,5 +1,5 @@
.PHONY: all .PHONY: all
all: appt-init.elc jabber-init.elc org-init.elc gnus-init.elc all: appt-init.elc jabber-init.elc org-init.elc gnus-init.elc drd.elc
%.elc: %.el %.elc: %.el
emacs -Q -batch -eval "(byte-compile-file \"$<\")" emacs -Q -batch -eval "(byte-compile-file \"$<\")"