view Makefile @ 11:5671c12701d0 default tip

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

# we should use cabal
RCPUS = 12

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

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

clean: 
	rm *.o *.hi App