view Makefile @ 9:6a406b315240

add makefile
author Daichi TOMA <toma@cr.ie.u-ryukyu.ac.jp>
date Fri, 07 Feb 2014 04:53:51 +0900
parents
children 5671c12701d0
line wrap: on
line source

# we should use cabal
RCPUS = 12

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

App: *.hs
	ghc -O2 App.hs -i../Jungle-haskell -rtsopts -threaded

clean: 
	rm *.o *.hi App