summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorpeb <unknown>2004-04-29 08:22:32 +0000
committerpeb <unknown>2004-04-29 08:22:32 +0000
commit9e23c25e283c551d84913994b5d54a7fcd460aa7 (patch)
tree8461c772529509613ef5fa0a32d34ecc0b247f78 /src/Makefile
parent51da7e3c0f5e743f3508fa3e6b645f2ccacb81ab (diff)
*** empty log message ***
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 899152df7..d083ecaf3 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -46,7 +46,7 @@ shell:
clean:
rm -rf */*.o */*.hi *.o *.hi */*.ghi *.ghi *~ */*~
hugs:
- hugs -E"open -a emacs" -P$(HUGSINCLUDE)
+ hugs -h10M -P$(HUGSINCLUDE)
ghci-nofud:
$(GHCI) $(GHCFLAGS) $(GHCINCLUDENOFUD)
today: