mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
Made conditional compilation of readline stuff cleaner
This commit is contained in:
@@ -112,8 +112,8 @@ ghci-trace: GHCFLAGS += -DTRACING
|
||||
ghci-trace: ghci
|
||||
|
||||
touch-files:
|
||||
rm -f GF/System/Tracing.{hi,o} GF/System/Readline.{hi,o}
|
||||
touch GF/System/Tracing.hs GF/System/Readline.hs
|
||||
rm -f GF/System/Tracing.{hi,o}
|
||||
touch GF/System/Tracing.hs
|
||||
|
||||
# profiling
|
||||
prof: GHCOPTFLAGS += -prof -auto-all -auto-dicts
|
||||
|
||||
Reference in New Issue
Block a user