packages feed

llvm-extension-0.0: Makefile

ghci:
	ghci -Wall -i:src:x86/none src/Run.hs

ghci-cpuid:
	ghci -Wall -i:src:x86/cpuid src/Run.hs

testbuild:
	runhaskell Setup.lhs configure --user -fbuildTools -fcpuid
	runhaskell Setup.lhs build
	runhaskell Setup.lhs haddock

	runhaskell Setup.lhs configure --user -f-cpuid
	runhaskell Setup.lhs build