changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > core / emacs/makefile

changeset 640: 642b3b82b20d
parent: 60d6537e4fd5
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 08 Sep 2024 17:35:03 -0400
permissions: -rw-r--r--
description: thrift fixes, org-get-with-inheritance init
1 DOTEMACS:=$(HOME)/.emacs.d
2 install:$(wildcard *.el) lib
3  mkdir -pv $(DOTEMACS)
4  cp -rf $^ $(DOTEMACS)/
5 .PHONY: c
6 clean:;rm -rf $(DOTEMACS)/{*.el,lisp,site-lisp}