diff --git a/Makefile b/Makefile index ebdc570e..e44d7b9c 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ DIRS = vimperator muttator TARGETS = clean distclean doc help info jar release xpi .SILENT: +all: xpi ; + $(TARGETS:%=\%.%): echo MAKE $@ $(MAKE) -C $* $(@:$*.%=%)