Tom Willemse
d8aa1d0ed1
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
126 B
Makefile
7 lines
126 B
Makefile
SUBDIR=styles
|
|
objects=github.css help.css git-scm.css
|
|
|
|
include ../../dotfiles.mk
|
|
|
|
$(objects): %.css: %.less
|
|
lessc -x $^ > $@
|