Allow setting stack size and locals number for each method.
[hs-java.git] / Makefile
index 815c13d2fc146cc30445d806c738f0bb32e8cdc6..a2aa34c4b40f0b0d058b3717e6ada48cb4496334 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,14 @@
 GHC=ghc --make -fwarn-unused-imports
 
-all: disassemble
+all: dump-class rebuild-class TestGen
 
-disassemble: disassemble.hs */*.hs
+dump-class: dump-class.hs */*.hs
+       $(GHC) $<
+
+rebuild-class: rebuild-class.hs */*.hs
+       $(GHC) $<
+
+TestGen: TestGen.hs */*.hs
        $(GHC) $<
 
 clean: