]> gitweb @ CieloNegro.org - hxt-compile.git/blobdiff - GNUmakefile
dtd.xml
[hxt-compile.git] / GNUmakefile
index 749bae3ee27da83a1aedbc6594deefb1c25d11aa..ee7fc8a3cf19788a6ca208cad43ee49a97f3b58b 100644 (file)
@@ -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