diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile index 4279c1da3..4df38576e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -132,8 +132,8 @@ ghci-trace: ghci # touch GF/System/Tracing.hs # profiling -prof: GHCOPTFLAGS += -prof -auto-all -auto-dicts -prof: all +prof: GHCOPTFLAGS += -prof -auto-all +prof: unix tags: find GF Transfer -name '*.hs' | xargs hasktags |
