test: 
	runhaskell -ipages Logon.hs --http-port=8000

build: Logon.hs
	ghc --make -O2 -ipages -threaded Logon.hs -o logon
	strip logon

.PHONY: test
