The new uninstall functionality tries to remove any "orphan" files. Files that were installed during the last install, but will not be installed this time (because of removal, not necessity).
7 lines
129 B
Makefile
7 lines
129 B
Makefile
SUBDIR=.emacs.d
|
|
objects=init.elc init.el gnus.elc gnus.el
|
|
modules=eshell site-lisp snippets
|
|
|
|
EMACS=emacs
|
|
|
|
include ../dotfiles.mk
|