view Makefile @ 0:62ce408561ac

add hello
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 11 Feb 2014 19:13:31 +0900
parents
children 3d8102358d9c
line wrap: on
line source

# we should use cabal
RCPUS = 12

default: hello
	./hello +RTS -K1G -N$(RCPUS)

hello: *.hs
	ghc -O2 hello.hs -rtsopts -threaded

clean: 
	rm *.o *.hi hello