X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=tools%2FMakefile;h=680d15f9479e7aa4f530a5e9a6e06fa7501af15d;hb=140da0c6d18fe8691ec591cea2f32d05be40f502;hp=ec3e8955061e3cdeec1aef19ebfd2f49b2a21ec7;hpb=2dc50decd320b310ef56c14041b6fa4fefd865ac;p=apps%2Fmadmutt.git diff --git a/tools/Makefile b/tools/Makefile index ec3e895..680d15f 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,7 +1,14 @@ # automake sucks, badly all: ../lib-mime/mime-token.h \ - ../lib-lua/lua-token.h \ - ../lib-lua/madmutt.li + ../lib-mime/mime.li \ + ../lib-lua/lua-token.h \ + ../lib-lua/madmutt.li \ + ../lib-sys/mutt_ssl.li \ + ../alias.li \ + ../crypt.li \ + ../buffy.li \ + ../charset.li + ../%: ; $(MAKE) -C $(@D) $(@F) @@ -10,5 +17,5 @@ cpkg2c: cpkg2c.mll $(if $(shell which ocamlopt),ocamlopt -o $@ str.cmxa,ocamlc -o $@ str.cma) $@.ml @$(RM) cpkg2c.ml cpkg2c.c* cpkg2c.o -clean: +distclean clean: $(RM) cpkg2c