[project @ 1997-09-03 23:32:31 by sof]
[ghc-hetmet.git] / ghc / tests / programs / jon_polycase / Makefile
1 TOP = ../..
2 include $(TOP)/mk/boilerplate.mk
3
4 # The bug was delicate: only happens without -O
5 SRC_HC_OPTS += -Onot
6
7 # Just compiling Foo successfully is OK
8 all :: Foo.o
9
10 include $(TOP)/mk/target.mk
11