Skip to content

Commit

Permalink
merged errorneously added Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hayamiz committed Dec 14, 2009
1 parent 01a5395 commit 4e479e4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
20 changes: 19 additions & 1 deletion Makefile
@@ -1,7 +1,25 @@

.PHONY: all update-po
EMACS ?= emacs

.PHONY: all unit-test clean update-po

all:

update-po:
$(MAKE) -C doc update-po

# batchtest : twittering-mode.el
# $(EMACS21) --no-init-file --batch -f batch-byte-compile twittering-mode.el
# rm twittering-mode.elc
# $(EMACS22) --no-init-file --batch -f batch-byte-compile twittering-mode.el
# rm twittering-mode.elc
#
# test : twittering-mode.el
# $(EMACS21) -q -l local.test-emacs21.el &
# $(EMACS22) -q -l local.test-emacs22.el &

unit-test: test/run-test.el
$(EMACS) --batch -Q -l $<

clean :
rm twittering-mode.elc
21 changes: 0 additions & 21 deletions makefile

This file was deleted.

0 comments on commit 4e479e4

Please sign in to comment.