zeromq3-haskell-0.1: examples/Makefile
all: chat chat: display.hs prompt.hs ghc --make -threaded display.hs ghc --make -threaded prompt.hs .PHONY: clean clean: @rm *.o *.hi @rm display prompt
all: chat chat: display.hs prompt.hs ghc --make -threaded display.hs ghc --make -threaded prompt.hs .PHONY: clean clean: @rm *.o *.hi @rm display prompt