# Makefile for COCANWIKI.
-# $Id: Makefile,v 1.47 2006/03/27 16:43:44 rich Exp $
+# $Id: Makefile,v 1.48 2006/07/26 13:11:44 rich Exp $
include ../Makefile.config
ifeq ($(shell hostname),oirase)
# While compiling on home machine, create a tunnel using
-# ssh -L 5431:localhost:5432 towada.merjis.com
+# ssh -L 5430:localhost:5432 towada.merjis.com
export PGHOST=localhost
-export PGPORT=5431
+export PGPORT=5430
endif
SRCS := $(wildcard *.ml)