summaryrefslogtreecommitdiff
path: root/src/config.mk.in
blob: 614902d5b9d4e0e18401b8b6d683682fe06c1775 (plain)
1
2
3
4
5
6
7
8
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = $(exec_prefix)/bin

INSTALL = @INSTALL@

GHC = @GHC@
GHCI = @GHCI@