]> code.delx.au - gnu-emacs-elpa/blob - packages/ggtags/Makefile
Merge commit '67fa7e1a60966e49eccf21b02110af12afa995e0'
[gnu-emacs-elpa] / packages / ggtags / Makefile
1 .PHONY: all clean
2
3 ELCFILES = $(addsuffix .elc, $(basename $(wildcard *.el)))
4
5 all: $(ELCFILES)
6
7 %.elc : %.el
8 @echo Compiling $<
9 @emacs -batch -q -no-site-file -f batch-byte-compile $<
10
11 clean:
12 @rm -f *.elc