X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=hxt-compile.git;a=blobdiff_plain;f=GNUmakefile;h=ee7fc8a3cf19788a6ca208cad43ee49a97f3b58b;hp=749bae3ee27da83a1aedbc6594deefb1c25d11aa;hb=3128cde83c431e117badabba87cbcd9c7de26b52;hpb=1dbe832a2826be88eda5fb1229576108bd133d69 diff --git a/GNUmakefile b/GNUmakefile index 749bae3..ee7fc8a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,9 @@ -RUN_COMMAND = ./dist/build/hxt-compile/hxt-compile +RUN_COMMAND = \ + rm -rf _tmp && \ + mkdir _tmp && \ + ./dist/build/hxt-compile/hxt-compile > _tmp/Foo.hs && \ + cd _tmp && \ + ghc --make -c Foo.hs -Wall CONFIGURE_ARGS = -O0