]> gitweb @ CieloNegro.org - hxt-compile.git/blob - GNUmakefile
filterOutRootAttrs
[hxt-compile.git] / GNUmakefile
1 RUN_COMMAND = \
2         rm -rf _tmp && \
3         mkdir _tmp && \
4         ./dist/build/hxt-compile/hxt-compile > _tmp/Foo.hs && \
5         cd _tmp && \
6         ghc --make -c Foo.hs -Wall
7
8 CONFIGURE_ARGS = -O0
9
10 include cabal-package.mk