all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob e7186010df27f371e9f4b69c33c49fe081687a9f 524 bytes (raw)
name: packages/context-coloring/Makefile 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
EMACS = emacs

all: clean compile test

bench:
	${EMACS} -Q \
	-L . \
	-L libraries \
	-l context-coloring \
	-l benchmark/context-coloring-benchmark \
	-f context-coloring-benchmark-run

compile:
	${EMACS} -Q -batch \
	-L libraries \
	-f batch-byte-compile *.el libraries/*.el

clean:
	rm -f *.elc libraries/*.elc

test:
	${EMACS} -Q -batch \
	-L . \
	-L libraries \
	-l ert \
	-l ert-async \
	-l context-coloring \
	-l test/context-coloring-test.el \
	-f ert-run-tests-batch-and-exit

.PHONY: all bench compile clean test

debug log:

solving e718601 ...
found e718601 in https://yhetil.org/emacs/CAGiE8Az6kAQTNuhrZO_dGB1O9hOMqeSbxMOH0bG+RDLPUY0z=A@mail.gmail.com/

applying [1/1] https://yhetil.org/emacs/CAGiE8Az6kAQTNuhrZO_dGB1O9hOMqeSbxMOH0bG+RDLPUY0z=A@mail.gmail.com/
diff --git a/packages/context-coloring/Makefile b/packages/context-coloring/Makefile
new file mode 100644
index 0000000..e718601

Checking patch packages/context-coloring/Makefile...
Applied patch packages/context-coloring/Makefile cleanly.

index at:
100644 e7186010df27f371e9f4b69c33c49fe081687a9f	packages/context-coloring/Makefile

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.