X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=84775139813292e81e65bf4c2d6fec29dd1b3273;hb=75ef14887a83273e60e35c2f0e47d099550c9628;hp=815c13d2fc146cc30445d806c738f0bb32e8cdc6;hpb=09a5e281d1f60a9484689a4c0cb302f645a535d3;p=hs-java.git diff --git a/Makefile b/Makefile index 815c13d..8477513 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ GHC=ghc --make -fwarn-unused-imports -all: disassemble +all: dump-class -disassemble: disassemble.hs */*.hs +dump-class: dump-class.hs */*.hs $(GHC) $< clean: