mirror of
https://github.com/simonmichael/hledger.git
synced 2024-12-27 12:24:43 +03:00
tools: clarify a makefile construct
This commit is contained in:
parent
ab7ed99cc4
commit
49d0492795
3
Makefile
3
Makefile
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user