X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;h=e6ccba8eba3546ece75678fc114771c1d3eb9b45;hb=92f03d6a925b11e86567ef01a83f1e4616ff8318;hp=815c13d2fc146cc30445d806c738f0bb32e8cdc6;hpb=71cd7896115e78e0b41ce439b5aede8911827e69;p=hs-java.git diff --git a/Makefile b/Makefile index 815c13d..e6ccba8 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,17 @@ GHC=ghc --make -fwarn-unused-imports -all: disassemble +all: Hello.class dump-class rebuild-class TestGen -disassemble: disassemble.hs */*.hs +Hello.class: Hello.java + javac $< + +dump-class: dump-class.hs */*.hs + $(GHC) $< + +rebuild-class: rebuild-class.hs */*.hs + $(GHC) $< + +TestGen: TestGen.hs */*.hs $(GHC) $< clean: