tools: clarify a makefile construct

This commit is contained in:
Simon Michael 2015-03-30 11:57:34 -07:00
parent ab7ed99cc4
commit 49d0492795

View File

@ -1,7 +1,8 @@
# hledger project makefile
# GHC-compiled executables require a locale (and not just C) or they
# will die on encountering non-ascii data
# will die on encountering non-ascii data.
# Set LANG only if not already set
export LANG?=en_US.UTF-8
# command to run during "make prof" and "make heap"