X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=hs-java.git;a=blobdiff_plain;f=Makefile;h=a2aa34c4b40f0b0d058b3717e6ada48cb4496334;hp=84775139813292e81e65bf4c2d6fec29dd1b3273;hb=69b71af830218d6e1e20fae3cc42fdbaca1816ee;hpb=0efcccbb68402feefe2aed7d0d0f091c18f97f14 diff --git a/Makefile b/Makefile index 8477513..a2aa34c 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,16 @@ GHC=ghc --make -fwarn-unused-imports -all: dump-class +all: dump-class rebuild-class TestGen dump-class: dump-class.hs */*.hs $(GHC) $< +rebuild-class: rebuild-class.hs */*.hs + $(GHC) $< + +TestGen: TestGen.hs */*.hs + $(GHC) $< + clean: find . -name *.hi -delete find . -name *.o -delete