[project @ 1997-11-12 16:55:57 by simonm]
[ghc-hetmet.git] / ghc / tests / Makefile
1 TOP = .
2 include $(TOP)/mk/boilerplate.mk
3
4 SUBDIRS = \
5         ccall \
6         codeGen \
7         deSugar \
8         deriving \
9         printing \
10         reader \
11         rename \
12         simplCore \
13         stranal \
14         typecheck 
15
16 #       io \
17 #       programs
18
19 include $(TOP)/mk/target.mk
20
21