File: Makefile

package info (click to toggle)
gnuplot-mode 1%3A0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,520 kB
  • sloc: lisp: 5,689; makefile: 26
file content (18 lines) | stat: -rw-r--r-- 400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LOAD = -l gnuplot \
	-l gnuplot-context \
	-l gnuplot-debug-context \
	-l gnuplot-gui \
	-l gnuplot-test

.PHONY: all default clean regen test

default: compile

test:
	emacs --batch -L test -L . -f package-initialize $(LOAD) -f ert-run-tests-batch-and-exit

compile:
	emacs --batch -L test -L . -f package-initialize -f batch-byte-compile gnuplot-*.el test/gnuplot-*.el

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