PERLLIB = -I./bunshin -I../
PERL = perl $(PERLLIB)
NNTPSERVER = suika.fam.cx
#WARIPARAM = --debug
WARIMODULE = ./module/
SUIKAWARI = $(PERL) wari.pl --nntp-server=$(NNTPSERVER) \
  --module-dir=$(WARIMODULE) $(WARIPARAM)

update:
	$(SUIKAWARI)

update-debug:
	$(SUIKAWARI) --debug