Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
798cbf18
Commit
798cbf18
authored
Jun 14, 2002
by
simonpj
Browse files
[project @ 2002-06-14 08:19:47 by simonpj]
Tiny Makefile tidy-up
parent
cc6f20f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/Makefile
View file @
798cbf18
...
...
@@ -18,8 +18,10 @@ RUNTESTS_SRCS= \
all
::
runtests
SRC_HC_OPTS
+=
-package
lang
-package
util
-cpp
-W
-fno-warn-unused-matches
-ibasicRxLib
runtests
:
$(RUNTESTS_SRCS)
$(GHC)
$(HC_OPTS)
-
W
-fno-warn-unused-matches
--make
Main
-o
runtests
-ibasicRxLib
-package
lang
-package
util
-cpp
$(GHC)
$(HC_OPTS)
-
-make
Main
-o
runtests
CLEAN_FILES
+=
CmdParser.hs basicRxLib/
*
.o basicRxLib/
*
.hi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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