Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Haskell
prime
Commits
eee248dc
Commit
eee248dc
authored
Nov 07, 2006
by
Simon Marlow
Browse files
make it work with recent GHCs
parent
1f5ca44b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/Makefile
View file @
eee248dc
...
@@ -20,8 +20,7 @@ verbatim: verbatim.lex
...
@@ -20,8 +20,7 @@ verbatim: verbatim.lex
$(CC)
-o
verbatim verbatim.o
$(CC)
-o
verbatim verbatim.o
run_tex
:
tex.hs
run_tex
:
tex.hs
$(GHC)
-o
run_tex tex.hs
-fglasgow-exts
-H20m
-package
lang
$(GHC)
-o
run_tex tex.hs
-fglasgow-exts
run_index
:
index.hs
run_index
:
index.hs
$(GHC)
-o
run_index index.hs
-fglasgow-exts
-H20m
$(GHC)
-o
run_index index.hs
-fglasgow-exts
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment