1 ###----------------------------------------------
2 ### Makefile for OctaneMech
3 ### Camera movement demo
7 ###----------------------------------------------
14 MechGenericObjects.hs \
19 ### Target Build Octane Mech
21 ${OCTANE_MECH}: ${HASKELL_SRC}
22 ghc
--make MechCamera.hs
-prof
-auto-all
-o
$@
28 rm -vf
*.o
*.hi
*.prof
${OCTANE_MECH}
30 ###----------------------------------------------
32 ###----------------------------------------------