X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=Makefile;h=68e7a7ab564d541973dacd6da3d0d30f0fb5e167;hb=4e796a3f149bcb0aa9824d1cd26285503c35339d;hp=e503716d504f1ccf5e2f66b6c1e90efdb1fd92c0;hpb=663ab5c9e80da366733e57e1b9f3f9b10d1f45c8;p=elisp%2Fwanderlust.git diff --git a/Makefile b/Makefile index e503716..68e7a7a 100644 --- a/Makefile +++ b/Makefile @@ -24,13 +24,20 @@ 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) $(FLAGS) -l WL-MK -f check-wl $(LISPDIR) $(PIXMAPDIR) + $(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)