X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=68e7a7ab564d541973dacd6da3d0d30f0fb5e167;hb=98f38e5383840a86e4ebca5803d505110d0997f8;hp=298b8537f1444067c887d9e83a0db73af5d22000;hpb=7c6f626332a743fb45677911110db57e2572978f;p=elisp%2Fwanderlust.git diff --git a/Makefile b/Makefile index 298b853..68e7a7a 100644 --- a/Makefile +++ b/Makefile @@ -24,11 +24,21 @@ PIXMAPDIR = NONE ################# No need to modify following lines #################### -FLAGS = -batch -q -no-site-file +BATCHFLAG = -batch +FLAGS = $(BATCHFLAG) -q -no-site-file elc: $(EMACS) $(FLAGS) -l WL-MK -f compile-wl-package $(LISPDIR) $(PIXMAPDIR) +check: + $(EMACS) $(BATCHFLAG) -l WL-MK -f check-wl $(LISPDIR) $(PIXMAPDIR) + +test: + $(EMACS) $(FLAGS) -l WL-MK -f test-wl $(LISPDIR) $(PIXMAPDIR) + +update-version: + $(EMACS) $(FLAGS) -l WL-MK -f update-version $(LISPDIR) $(PIXMAPDIR) + install-elc: $(EMACS) $(FLAGS) -l WL-MK -f install-wl-package $(LISPDIR) $(PIXMAPDIR)