view Makefile @ 1:3d8102358d9c default tip

fix makefile
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Tue, 11 Feb 2014 19:14:33 +0900
parents 62ce408561ac
children
line wrap: on
line source

# we should use cabal
RCPUS = 12

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

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

clean: 
	rm *.o *.hi hello