[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.135.212.80: ~ $
## Build and install stuff

EMACS = emacs

ELC = git.elc git-blame.elc
INSTALL ?= install
INSTALL_ELC = $(INSTALL) -m 644
prefix ?= $(HOME)
emacsdir = $(prefix)/share/emacs/site-lisp
RM ?= rm -f

all: $(ELC)

install: all
	$(INSTALL) -d $(DESTDIR)$(emacsdir)
	$(INSTALL_ELC) $(ELC:.elc=.el) $(ELC) $(DESTDIR)$(emacsdir)

%.elc: %.el
	$(EMACS) -batch -f batch-byte-compile $<

clean:; $(RM) $(ELC)

Filemanager

Name Type Size Permission Actions
Makefile File 397 B 0644
README File 1.44 KB 0644
git-blame.el File 16.66 KB 0644
git-blame.elc File 11.53 KB 0644
git.el File 68.28 KB 0644
git.elc File 77.8 KB 0644