X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=tools%2FMakefile;h=b9542317b614d49720abd78dc461567405d16d5d;hb=c819524d3e0eb3c982c43d4ee88c148b1141397a;hp=2a279aa0cbee2c5435a56dc5d0b8b94a1c1057aa;hpb=c9f72ab0cd65f517a2047feb942ad85025c1b7e8;p=apps%2Fmadmutt.git diff --git a/tools/Makefile b/tools/Makefile index 2a279aa..b954231 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,8 +3,10 @@ all: ../lib-mime/mime-token.h \ ../lib-mime/mime.li \ ../lib-lua/lua-token.h \ ../lib-lua/madmutt.li \ - ../charset.li \ - ../buffy.li + ../alias.li \ + ../buffy.li \ + ../charset.li + ../%: ; $(MAKE) -C $(@D) $(@F) @@ -13,5 +15,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