X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Makefile;h=84775139813292e81e65bf4c2d6fec29dd1b3273;hb=0efcccbb68402feefe2aed7d0d0f091c18f97f14;hp=815c13d2fc146cc30445d806c738f0bb32e8cdc6;hpb=71cd7896115e78e0b41ce439b5aede8911827e69;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: