Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Barak A. Pearlmutter committed Jan 28, 2013
1 parent 2c9e2b7 commit 0202fb2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 1,11 @@
elsrc=git-annex.el

all: $(elsrc:.el=.elc)

%.elc: %.el
emacs -batch -q -no-site-file -eval '(byte-compile-file "$<")'

clean:
-rm -f --verbose $(elsrc:.el=.elc)

.PHONY: all clean

0 comments on commit 0202fb2

Please sign in to comment.