X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=blobdiff_plain;f=compilation;h=7b76b34d7e89ad1ddae54a3a0193831349783c4e;hp=69d6d9982aef8ab42d59616cdb7a08c1a005d3f9;hb=b6f38a99cb23296286af8a17bc180f27e3aa7141;hpb=e93e77990a9e1fa893109df1c89b2b6e09b38cdc diff --git a/compilation b/compilation index 69d6d99..7b76b34 100644 --- a/compilation +++ b/compilation @@ -35,3 +35,8 @@ export CFLAGS export CXXFLAGS export FCFLAGS export LDFLAGS + +# This variable isn't standard, but I've started including it in my +# Haskell makefiles so that we don't have to hard-code user preferences +# (these flags) in the cabal files that *everyone* uses. +export HCFLAGS